Skip to content

Commit

Permalink
apply version updates (#1818)
Browse files Browse the repository at this point in the history
Co-authored-by: Tuditi <[email protected]>
  • Loading branch information
github-actions[bot] and Tuditi authored Feb 15, 2023
1 parent df4939b commit ca568c3
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 @@ -44,6 +44,8 @@
".changes/retry-transaction-until-included.md",
".changes/revoting.md",
".changes/rocksdb-19.md",
".changes/stop-background-sync.md",
".changes/stop-background-syncing.md",
".changes/syncOptions.md",
".changes/syncing.md",
".changes/tagAndMetadataHex.md",
Expand Down
7 changes: 7 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[2.0.3-rc.21]

- Stop endlessly waiting in `AccountManager::stopBackgroundSync()` if background syncing wasn't started;
- [b70f2c22](https://github.com/iotaledger/wallet.rs/commit/b70f2c22b769de6b8ec0dc03a02ff95786d213fa) Fix stop_background_syncing if not started ([#1856](https://github.com/iotaledger/wallet.rs/pull/1856)) on 2023-02-15
- Make stopBackgroundSync() faster.
- [2874da54](https://github.com/iotaledger/wallet.rs/commit/2874da54a63ce22b7c835410569cc24e0378020a) Stop stop_background_syncing faster ([#1817](https://github.com/iotaledger/wallet.rs/pull/1817)) on 2023-02-08

## \[2.0.3-rc.20]

- Make `AccountManager.destroy()` async;
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.20",
"version": "2.0.3-rc.21",
"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 ca568c3

Please sign in to comment.