From 745c82ee7b4e4d2b744a43441b1023fa7c43aaa6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 20:27:29 +0200 Subject: [PATCH] apply version updates (#347) Co-authored-by: Thoralf-M --- .changes/pre.json | 2 ++ sdk/src/wallet/bindings/nodejs/CHANGELOG.md | 7 +++++++ sdk/src/wallet/bindings/nodejs/package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index 41c96139fe..eff9e7925f 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -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", @@ -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", diff --git a/sdk/src/wallet/bindings/nodejs/CHANGELOG.md b/sdk/src/wallet/bindings/nodejs/CHANGELOG.md index 021f28da3f..34b5cfdb0b 100644 --- a/sdk/src/wallet/bindings/nodejs/CHANGELOG.md +++ b/sdk/src/wallet/bindings/nodejs/CHANGELOG.md @@ -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`. diff --git a/sdk/src/wallet/bindings/nodejs/package.json b/sdk/src/wallet/bindings/nodejs/package.json index 11ff12ea25..725794d058 100644 --- a/sdk/src/wallet/bindings/nodejs/package.json +++ b/sdk/src/wallet/bindings/nodejs/package.json @@ -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",