Skip to content

Commit

Permalink
apply version updates (#1798)
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 Feb 7, 2023
1 parent a90f869 commit 7464498
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@ -6,12 +6,14 @@
".changes/account-recovery.md",
".changes/account-sync-options-default.md",
".changes/align-transactions.md",
".changes/async-destroy.md",
".changes/clearlistener-move.md",
".changes/dont-filter-custom-mandatory-inputs.md",
".changes/downgrade-rocksb.md",
".changes/expose-participation-type.md",
".changes/faucet.md",
".changes/fix-not-synced-timestamp.md",
".changes/fix-participation-function-enum-variant.md",
".changes/fixNftPrepareOutput.md",
".changes/fixPrepareOutput.md",
".changes/generateAddress.md",
Expand Down
9 changes: 9 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[2.0.3-rc.20]

- Make `AccountManager.destroy()` async;
Await in `AccountManager.stopBackgroundSync()` until syncing actually stopped;
Don't spawn a background task anymore to retry a transaction;
- [d6a03dde](https://github.com/iotaledger/wallet.rs/commit/d6a03ddea72539fa85dab39a849630ed40f185a3) Make it possible to cleanly destroy and recreate an AccountManager ([#1810](https://github.com/iotaledger/wallet.rs/pull/1810)) on 2023-02-06
- Fix mistyped `GetParticipationEventIds` enum variant.
- [22b5b3c1](https://github.com/iotaledger/wallet.rs/commit/22b5b3c177a42d0dc4620b3f33ec8a2f45085a1f) fix: participation function bridge ([#1792](https://github.com/iotaledger/wallet.rs/pull/1792)) on 2023-02-01

## \[2.0.3-rc.19]

- Don't filter out custom/mandatory inputs.
Expand Down
2 changes: 1 addition & 1 deletion 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.19",
"version": "2.0.3-rc.20",
"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 7464498

Please sign in to comment.