Skip to content

Commit

Permalink
apply version updates (#1086)
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 25, 2023
1 parent 8e60542 commit 1e6b490
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 @@ -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",
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.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;
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.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",
Expand Down

0 comments on commit 1e6b490

Please sign in to comment.