From 5f373e61b38105ecc58cbfc33d7fc04f04e03498 Mon Sep 17 00:00:00 2001 From: thibault-martinez Date: Fri, 7 Apr 2023 13:11:35 +0000 Subject: [PATCH] apply version updates --- .changes/pre.json | 2 ++ wallet/bindings/nodejs/CHANGELOG.md | 7 +++++++ wallet/bindings/nodejs/package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index f47f6fcfe..bc6de66ad 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -3,6 +3,7 @@ "changes": [ ".changes/ParticipationEventWithNodes.md", ".changes/account-bech32-hrp.md", + ".changes/account-manager-listen-async.md", ".changes/account-recovery.md", ".changes/account-sync-options-default.md", ".changes/align-transactions.md", @@ -45,6 +46,7 @@ ".changes/participation-rename.md", ".changes/participation-types.md", ".changes/participationEvents.md", + ".changes/placeholderSecretManager.md", ".changes/prebuild.md", ".changes/prepare-nft-output-features.md", ".changes/private-account-meta.md", diff --git a/wallet/bindings/nodejs/CHANGELOG.md b/wallet/bindings/nodejs/CHANGELOG.md index 8613c542b..0e73cb194 100644 --- a/wallet/bindings/nodejs/CHANGELOG.md +++ b/wallet/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[2.0.3-rc.28] + +- Made account manager `listen` async. + - [58713ded](https://github.com/iotaledger/wallet.rs/commit/58713ded6cb889257784359f047a637e1fff0fbe) Added listen to wasm ([#1879](https://github.com/iotaledger/wallet.rs/pull/1879)) on 2023-03-20 +- Add `PlaceholderSecretManager` type; + - [58713ded](https://github.com/iotaledger/wallet.rs/commit/58713ded6cb889257784359f047a637e1fff0fbe) Added listen to wasm ([#1879](https://github.com/iotaledger/wallet.rs/pull/1879)) on 2023-03-20 + ## \[2.0.3-rc.27] - Fix deadlock when syncing and another function which locked the storage_manager are running at the same time diff --git a/wallet/bindings/nodejs/package.json b/wallet/bindings/nodejs/package.json index 4f08cffb5..08ea6217e 100644 --- a/wallet/bindings/nodejs/package.json +++ b/wallet/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "2.0.3-rc.27", + "version": "2.0.3-rc.28", "description": "Node.js binding to the wallet library", "main": "out/lib/index.js", "types": "out/lib/index.d.ts",