diff --git a/.changes/syncing.md b/.changes/syncing.md deleted file mode 100644 index b80284209..000000000 --- a/.changes/syncing.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"nodejs-binding": patch ---- - -Improve syncing speed and return possible syncing errors that got previously ignored. -Fix parsing in generateAddresses(). \ No newline at end of file diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index f83c4099a..a80fbb03e 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## \[1.0.13] + +- Improve syncing speed and return possible syncing errors that got previously ignored. + Fix parsing in generateAddresses(). + - [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 + - [c79da39d](https://github.com/iotaledger/wallet.rs/commit/c79da39d39064053a18896a4ce7436a31bd437d4) apply version updates ([#849](https://github.com/iotaledger/wallet.rs/pull/849)) on 2021-12-30 + - [392a021f](https://github.com/iotaledger/wallet.rs/commit/392a021ffdcea8be7c42ed1b0baa55b5d4004a00) Improve syncing ([#906](https://github.com/iotaledger/wallet.rs/pull/906)) on 2022-03-09 + ## \[1.0.12] - Update nodejs type definitions diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 9d4b9b50f..df67bc255 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "1.0.12", + "version": "1.0.13", "description": "Node.js binding to the wallet library", "main": "lib/index.js", "scripts": {