chia-agent 3.0.1-beta.0 → 3.0.1

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 +3 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,9 @@
3
3
  ## [3.0.1]
4
4
  ### Added
5
5
  - Added `skip_hostname_verification` option for `RPCAgent`
6
+ ### Fixed
7
+ - Fixed an issue where wallet WebSocket message from daemon was not captured.
8
+ Thank you! @joshpainter
6
9
 
7
10
  ## [3.0.0]
8
11
  ### Minor Breaking Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chia-agent",
3
- "version": "3.0.1-beta.0",
3
+ "version": "3.0.1",
4
4
  "author": "ChiaMineJP <admin@chiamine.jp>",
5
5
  "description": "chia rpc/websocket client library",
6
6
  "license": "MIT",