diff --git a/.changes/pre.json b/.changes/pre.json index 507e0b512b..203c2f05c5 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -112,6 +112,7 @@ ".changes/remove-list-prefix.md", ".changes/required-storage-deposit.md", ".changes/restore-backup-bech32Hrp.md", + ".changes/restore-backup.md", ".changes/restoreBackupOptions.md", ".changes/retry-transaction-until-included.md", ".changes/revoting.md", diff --git a/bindings/nodejs-old/CHANGELOG.md b/bindings/nodejs-old/CHANGELOG.md index 154e5b2f20..4b4e9db575 100644 --- a/bindings/nodejs-old/CHANGELOG.md +++ b/bindings/nodejs-old/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.0.3-rc.46] + +- [`8e605423c`](https://github.com/iotaledger/iota-sdk/commit/8e605423ca17fb78e22f1f469be7d95a9c098147)([#1083](https://github.com/iotaledger/iota-sdk/pull/1083)) Fixed `Wallet::restoreBackup()` when no secret manager data is stored inside; + ## \[2.0.3-rc.45] - [`24effd1a7`](https://github.com/iotaledger/iota-sdk/commit/24effd1a7c1d867377005ce7ad65534844081a5f)([#1029](https://github.com/iotaledger/iota-sdk/pull/1029)) Fixed `Account::prepareOutput()` when `ReturnStrategy::Gift` is used with an existing NFT output; diff --git a/bindings/nodejs-old/package.json b/bindings/nodejs-old/package.json index b3221b8e5f..5b2ec1522e 100644 --- a/bindings/nodejs-old/package.json +++ b/bindings/nodejs-old/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "2.0.3-rc.45", + "version": "2.0.3-rc.46", "description": "Node.js binding to the wallet library", "main": "out/lib/index.js", "types": "out/lib/index.d.ts",