Skip to content

Commit

Permalink
apply version updates (#347)
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 May 4, 2023
1 parent a7be18f commit 745c82e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
".changes/nt-foundry-metadata.md",
".changes/outputIds.md",
".changes/outputTypesFilter.md",
".changes/outputs-to-claim-enum.md",
".changes/participation-event-registration-options.md",
".changes/participation-events-empty-array.md",
".changes/participation-on-account-manager.md",
Expand All @@ -93,6 +94,7 @@
".changes/remove-deleteAccountsAndDatabase.md",
".changes/remove-list-prefix.md",
".changes/required-storage-deposit.md",
".changes/restore-backup-bech32Hrp.md",
".changes/restoreBackupOptions.md",
".changes/retry-transaction-until-included.md",
".changes/revoting.md",
Expand Down
7 changes: 7 additions & 0 deletions sdk/src/wallet/bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[2.0.3-rc.34]

- Added `OutputsToClaim::Amount` and removed `OutputsToClaim::None`.
- [824298d0](https://github.com/iotaledger/iota-sdk/commit/824298d0c725bde2769401fd2eaab4218fb225d3) Add amount claim ([#335](https://github.com/iotaledger/iota-sdk/pull/335)) on 2023-04-27
- Add an optional ignoreIfBech32Mismatch field to `restoreBackup()`.
- [8dd3b6cf](https://github.com/iotaledger/iota-sdk/commit/8dd3b6cf3264541ad0567660ab6d4b8268b5cc1c) Add ignore_if_bech32\_mismatch to restore_backup() ([#382](https://github.com/iotaledger/iota-sdk/pull/382)) on 2023-05-04

## \[2.0.3-rc.33]

- Rename `SendNativeTokens::addresses_native_tokens` to `addresses_and_native_tokens`.
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/wallet/bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/wallet",
"version": "2.0.3-rc.33",
"version": "2.0.3-rc.34",
"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 745c82e

Please sign in to comment.