Skip to content

Commit

Permalink
apply version updates (#1750)
Browse files Browse the repository at this point in the history
Co-authored-by: thibault-martinez <[email protected]>
  • Loading branch information
github-actions[bot] and thibault-martinez authored Jan 24, 2023
1 parent 6d969f6 commit f118f02
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 @@ -45,6 +45,7 @@
".changes/uint8array-replace-number-array.md.md",
".changes/use-new-isa.md",
".changes/voting-methods.md",
".changes/voting-output-input-selection.md",
".changes/voting-power-not-available.md"
]
}
5 changes: 5 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[2.0.3-rc.16]

- Allow voting output in inputs if required.
- [f0e049a3](https://github.com/iotaledger/wallet.rs/commit/f0e049a3da2d2fbad2c8ae0639059366500b6f8a) Allow voting output in inputs if required ([#1748](https://github.com/iotaledger/wallet.rs/pull/1748)) on 2023-01-24

## \[2.0.3-rc.15]

- Return `Transaction` for incoming transactions.
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.15",
"version": "2.0.3-rc.16",
"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 f118f02

Please sign in to comment.