Skip to content

Commit

Permalink
apply version update (#1375)
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 Aug 19, 2022
1 parent e9cc4b7 commit 37a1d92
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 @@ -18,6 +18,7 @@
".changes/remove-account.md",
".changes/remove-duplicated-event.md",
".changes/renaming.md",
".changes/revert-strip.md",
".changes/stardust-release.md",
".changes/stronghold-update.md",
".changes/types.md",
Expand Down
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.2-alpha.18]

- Striping index.node from the correct path
- [e9cc4b7c](https://github.com/iotaledger/wallet.rs/commit/e9cc4b7ca7fa377b6c8dd982a826c2552869f9f9) fix: workflow doesn't support matrix exclusions ([#1374](https://github.com/iotaledger/wallet.rs/pull/1374)) on 2022-08-19

## \[2.0.2-alpha.17]

- Fixed prebuilds for nodejs bindings.
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.2-alpha.17",
"version": "2.0.2-alpha.18",
"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 37a1d92

Please sign in to comment.