Skip to content

Commit

Permalink
apply version updates (#1755)
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <Thoralf-M@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Thoralf-M authored Jan 25, 2023
1 parent 4f246a0 commit 4316a65
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 @@ -46,6 +46,7 @@
".changes/use-new-isa.md",
".changes/voting-methods.md",
".changes/voting-output-input-selection.md",
".changes/voting-output-mandatory.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.17]

- Make the voting output mandatory in input selection for voting functions.
- [4f246a09](https://github.com/iotaledger/wallet.rs/commit/4f246a09408eb5a1b79dd4362f06ea74ef6591bc) Make the voting output mandatory in input selection for voting functions ([#1753](https://github.com/iotaledger/wallet.rs/pull/1753)) on 2023-01-25

## \[2.0.3-rc.16]

- Allow voting output in inputs if required.
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.16",
"version": "2.0.3-rc.17",
"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 4316a65

Please sign in to comment.