diff --git a/.changes/syncing.md b/.changes/syncing.md deleted file mode 100644 index 70a57bb07..000000000 --- a/.changes/syncing.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"nodejs-binding": patch ---- - -Start syncing from address index 0 by default; -Don't skip unconfirmed messages during syncing; diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 57d08826c..10b00c88f 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[1.0.7] + +- Start syncing from address index 0 by default; + Don't skip unconfirmed messages during syncing; + - [3b51dd95](https://github.com/iotaledger/wallet.rs/commit/3b51dd95998968867655fe2c4ec44d41aa252178) Improve syncing ([#633](https://github.com/iotaledger/wallet.rs/pull/633)) on 2021-05-27 + - [c39362f3](https://github.com/iotaledger/wallet.rs/commit/c39362f3f2ea2975754a623884d8d7a7ae09ce6c) apply version updates ([#628](https://github.com/iotaledger/wallet.rs/pull/628)) on 2021-05-27 + - [e09167ae](https://github.com/iotaledger/wallet.rs/commit/e09167ae97493961980d5ab9f8d448ae46c53799) improve syncing speed and add logger example ([#638](https://github.com/iotaledger/wallet.rs/pull/638)) on 2021-06-02 + - [29ce49c5](https://github.com/iotaledger/wallet.rs/commit/29ce49c57e93498398f2403f8c25540dd0586cdf) apply version updates ([#641](https://github.com/iotaledger/wallet.rs/pull/641)) on 2021-06-04 + - [492eb4f6](https://github.com/iotaledger/wallet.rs/commit/492eb4f66a27cf97ee6dc8de337d70e587ba7820) Start syncing from address index 0 by default ([#848](https://github.com/iotaledger/wallet.rs/pull/848)) on 2021-12-30 + ## \[1.0.6] - Fixes the syncing so when an `addressIndex` is provided, only addresses with an index >= will be synced. diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 48fe626b7..e0ba24a1d 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "1.0.6", + "version": "1.0.7", "description": "Node.js binding to the wallet library", "main": "lib/index.js", "scripts": {