diff --git a/.changes/network-update.md b/.changes/network-update.md deleted file mode 100644 index eef30ad2c..000000000 --- a/.changes/network-update.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nodejs-binding": patch ---- - -Updates Testnet breaking changes and includes several fixes to syncing and change address management. diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 0cc0f4860..97e2dad71 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.2.2] + +- Updates Testnet breaking changes and includes several fixes to syncing and change address management. + - [90ca9368](https://github.com/iotaledger/wallet.rs/commit/90ca9368c28a04ed9289bb10bc05d3800bc1a47e) chore: add change file ([#546](https://github.com/iotaledger/wallet.rs/pull/546)) on 2021-04-13 + ## \[0.2.1] - Fix Windows CI diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index f68a4563d..250c07dd2 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "0.2.1", + "version": "0.2.2", "description": "Node.js binding to the wallet library", "main": "lib/index.js", "repository": {