Skip to content

Commit

Permalink
apply version updates (#1345)
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 Oct 31, 2022
1 parent 6f3f9a7 commit 98cb49a
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 @@ -4,6 +4,7 @@
".changes/alias-nft-unlock.md",
".changes/build-fix.md",
".changes/fix-build-script.md",
".changes/fix-rebuild-script.md",
".changes/ledger-nano-prompt.md",
".changes/networkinfo.md",
".changes/prebuilds.md",
Expand Down
5 changes: 5 additions & 0 deletions client/bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[3.0.0-rc.4]

- Fix rebuild script.
- [6f3f9a7](https://github.com/iotaledger/iota.rs/commit/6f3f9a7f1b448bdf59bd0634ad822f43d5706fb1) Fix rebuild script ([#1344](https://github.com/iotaledger/iota.rs/pull/1344)) on 2022-10-31

## \[3.0.0-rc.3]

- Run tsc before publishing.
Expand Down
2 changes: 1 addition & 1 deletion client/bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/client",
"version": "3.0.0-rc.3",
"version": "3.0.0-rc.4",
"description": "Node.js binding to the client library",
"main": "out/lib/index.js",
"types": "out/lib/index.d.ts",
Expand Down

0 comments on commit 98cb49a

Please sign in to comment.