Skip to content

Commit

Permalink
apply version updates (#1342)
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 f9efaf6 commit 2a913c7
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 @@ -2,6 +2,7 @@
"tag": "rc",
"changes": [
".changes/alias-nft-unlock.md",
".changes/build-fix.md",
".changes/fix-build-script.md",
".changes/ledger-nano-prompt.md",
".changes/networkinfo.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.3]

- Run tsc before publishing.
- [f9efaf6](https://github.com/iotaledger/iota.rs/commit/f9efaf6384d93d9f08d81be6043923f2b13cd4dd) Fix nodejs package and path ([#1341](https://github.com/iotaledger/iota.rs/pull/1341)) on 2022-10-31

## \[3.0.0-rc.2]

- Fix build script filename.
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.2",
"version": "3.0.0-rc.3",
"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 2a913c7

Please sign in to comment.