diff --git a/.changes/pre.json b/.changes/pre.json index 203c2f05c5..59cb61e964 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -34,6 +34,7 @@ ".changes/computeAlias-NftId.md", ".changes/computeFoundryId.md", ".changes/consolidation-params.md", + ".changes/db-migration.md", ".changes/deadlock.md", ".changes/dont-filter-custom-mandatory-inputs.md", ".changes/downgrade-rocksb.md", diff --git a/bindings/nodejs-old/CHANGELOG.md b/bindings/nodejs-old/CHANGELOG.md index 4b4e9db575..c6354e1d72 100644 --- a/bindings/nodejs-old/CHANGELOG.md +++ b/bindings/nodejs-old/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.0.3-rc.47] + +- [`81ec43f15`](https://github.com/iotaledger/iota-sdk/commit/81ec43f15c6a861c6da297befb099ebbadf9b3f0)([#1091](https://github.com/iotaledger/iota-sdk/pull/1091)) Fixed migration mismatch from `iota-rs` version. + ## \[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; diff --git a/bindings/nodejs-old/package.json b/bindings/nodejs-old/package.json index 5b2ec1522e..7ba68a27b9 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.46", + "version": "2.0.3-rc.47", "description": "Node.js binding to the wallet library", "main": "out/lib/index.js", "types": "out/lib/index.d.ts",