Skip to content

Commit

Permalink
apply version updates (#1950)
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 13, 2023
1 parent 904b4a9 commit f683299
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 @@ -8,6 +8,7 @@
".changes/align-transactions.md",
".changes/async-destroy.md",
".changes/auth.md",
".changes/basecoinbalanceAvailable.md",
".changes/claimoutputs.md",
".changes/clearlistener-move.md",
".changes/dont-filter-custom-mandatory-inputs.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.26]

- `BaseCoinBalance::available` can't underflow anymore;
- [904b4a9d](https://github.com/iotaledger/wallet.rs/commit/904b4a9dc09c0315f7260d456393dfe5dc0fe039) Fix possible basecoindbalance::available underflow ([#1949](https://github.com/iotaledger/wallet.rs/pull/1949)) on 2023-03-13

## \[2.0.3-rc.25]

- Resync outputs if a transaction got confirmed between syncing outputs and pending transactions to prevent not having unspent outputs afterwards.
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.25",
"version": "2.0.3-rc.26",
"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 f683299

Please sign in to comment.