diff --git a/.changes/addressIndex.md b/.changes/addressIndex.md deleted file mode 100644 index a7596adba..000000000 --- a/.changes/addressIndex.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nodejs-binding": patch ---- - -Fixes the syncing so when an `addressIndex` is provided, only addresses with an index >= will be synced. diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 8043945c0..57d08826c 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[1.0.6] + +- Fixes the syncing so when an `addressIndex` is provided, only addresses with an index >= will be synced. + - [0faf9725](https://github.com/iotaledger/wallet.rs/commit/0faf97259300af81f658f0d91596fadb9d0f70b6) Fix: only sync addresses >= address_start_index ([#843](https://github.com/iotaledger/wallet.rs/pull/843)) on 2021-12-27 + ## \[1.0.5] - Attempt to fix the wrong number of messages returned from `list_messages()`. diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 9e34bddd4..48fe626b7 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "1.0.5", + "version": "1.0.6", "description": "Node.js binding to the wallet library", "main": "lib/index.js", "scripts": {