Skip to content

Commit

Permalink
apply version updates (#1956)
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 Mar 14, 2023
1 parent 0421de1 commit eba5a6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
".changes/basecoinbalanceAvailable.md",
".changes/claimoutputs.md",
".changes/clearlistener-move.md",
".changes/deadlock.md",
".changes/dont-filter-custom-mandatory-inputs.md",
".changes/downgrade-rocksb.md",
".changes/expiredNftBurn.md",
Expand Down
5 changes: 5 additions & 0 deletions wallet/bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[2.0.3-rc.27]

- Fix deadlock when syncing and another function which locked the storage_manager are running at the same time
- [0421de1d](https://github.com/iotaledger/wallet.rs/commit/0421de1d26b2c7caaadb65b2f5f7cea25071f291) Fix deadlock ([#1955](https://github.com/iotaledger/wallet.rs/pull/1955)) on 2023-03-14

## \[2.0.3-rc.26]

- `BaseCoinBalance::available` can't underflow anymore;
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.26",
"version": "2.0.3-rc.27",
"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 eba5a6e

Please sign in to comment.