Skip to content

Commit

Permalink
apply version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Apr 7, 2023
1 parent 8dd389d commit 5f373e6
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 @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions wallet/bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.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",
Expand Down

0 comments on commit 5f373e6

Please sign in to comment.