Skip to content

Commit

Permalink
apply version updates (#1039)
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <[email protected]>
  • Loading branch information
github-actions[bot] and Thoralf-M authored Aug 18, 2023
1 parent 24effd1 commit d343a14
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -102,6 +102,7 @@
".changes/prebuild.md",
".changes/prebuilds.md",
".changes/prepare-nft-output-features.md",
".changes/prepare-output.md",
".changes/private-account-meta.md",
".changes/protocol-parameters.md",
".changes/query-all-participation-events-from-node.md",
Expand Down
4 changes: 4 additions & 0 deletions bindings/nodejs-old/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[2.0.3-rc.45]

- [`24effd1a7`](https://github.com/iotaledger/iota-sdk/commit/24effd1a7c1d867377005ce7ad65534844081a5f)([#1029](https://github.com/iotaledger/iota-sdk/pull/1029)) Fixed `Account::prepareOutput()` when `ReturnStrategy::Gift` is used with an existing NFT output;

## \[2.0.3-rc.44]

- [`d8cbb77f4`](https://github.com/iotaledger/iota-sdk/commit/d8cbb77f47ab68aaee06297805d9eb2d2378a3e8)([#986](https://github.com/iotaledger/iota-sdk/pull/986)) Ledger Nano events properly created when preparing transactions;
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs-old/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/wallet",
"version": "2.0.3-rc.44",
"version": "2.0.3-rc.45",
"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 d343a14

Please sign in to comment.