Skip to content

Commit

Permalink
apply version updates (#1095)
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <[email protected]>
  • Loading branch information
github-actions[bot] and Thoralf-M authored Aug 29, 2023
1 parent 81ec43f commit 4bf72ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions bindings/nodejs-old/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs-old/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4bf72ec

Please sign in to comment.