chia-agent 16.1.5-beta.0 → 16.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## [16.1.5-beta.0]
4
- ### Added
5
- - Added `create_block_generator` to the Full Node RPC API
6
-
3
+ ## [16.1.5]
7
4
  ### Fixed
5
+ - Added missing `create_block_generator` to the Full Node RPC API
8
6
  - Fixed CHIP-0029 response typing by discriminating `TXEndpointRequest` variants
9
7
 
10
8
  ## [16.1.4]
@@ -1942,6 +1940,10 @@ daemon.sendMessage(destination, get_block_record_by_height_command, data);
1942
1940
  Initial release.
1943
1941
 
1944
1942
  <!-- [Unreleased]: https://github.com/Chia-Mine/chia-agent/compare/v0.0.1...v0.0.2 -->
1943
+ [16.1.5]: https://github.com/Chia-Mine/chia-agent/compare/v16.1.4...v16.1.5
1944
+ [16.1.4]: https://github.com/Chia-Mine/chia-agent/compare/v16.1.3...v16.1.4
1945
+ [16.1.3]: https://github.com/Chia-Mine/chia-agent/compare/v16.1.2...v16.1.3
1946
+ [16.1.2]: https://github.com/Chia-Mine/chia-agent/compare/v16.1.1...v16.1.2
1945
1947
  [16.1.1]: https://github.com/Chia-Mine/chia-agent/compare/v16.1.0...v16.1.1
1946
1948
  [16.1.0]: https://github.com/Chia-Mine/chia-agent/compare/v16.0.2...v16.1.0
1947
1949
  [16.0.2]: https://github.com/Chia-Mine/chia-agent/compare/v16.0.1...v16.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chia-agent",
3
- "version": "16.1.5-beta.0",
3
+ "version": "16.1.5",
4
4
  "author": "ChiaMineJP <admin@chiamine.jp>",
5
5
  "description": "chia rpc/websocket client library",
6
6
  "license": "MIT",