Skip to content

Commit

Permalink
apply version updates (#1378)
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 Dec 14, 2022
1 parent 4693449 commit 9268584
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
"tag": "rc",
"changes": [
".changes/alias-nft-unlock.md",
".changes/aliasIdToBech32.md",
".changes/build-fix.md",
".changes/computeAlias-NftId.md",
".changes/computeFoundryId.md",
".changes/fix-build-script.md",
".changes/fix-rebuild-script.md",
".changes/ledger-nano-prompt.md",
".changes/networkinfo.md",
".changes/nftIdToBech32.md",
".changes/node-sync-health.md",
".changes/prebuilds.md",
".changes/protocol-parameters.md"
".changes/protocol-parameters.md",
".changes/unhealthy-nodes.md"
]
}
15 changes: 15 additions & 0 deletions client/bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## \[3.0.0-rc.5]

- Add `aliasIdToBech32()`.
- [4693449](https://github.com/iotaledger/iota.rs/commit/469344962cec1db0b94f0d0fc6fe6a514148001f) Add changelog ([#1448](https://github.com/iotaledger/iota.rs/pull/1448)) on 2022-12-14
- Add `computeAliasId()` and `computeNftId()` functions.
- [4693449](https://github.com/iotaledger/iota.rs/commit/469344962cec1db0b94f0d0fc6fe6a514148001f) Add changelog ([#1448](https://github.com/iotaledger/iota.rs/pull/1448)) on 2022-12-14
- Add `computeFoundryId()`.
- [4693449](https://github.com/iotaledger/iota.rs/commit/469344962cec1db0b94f0d0fc6fe6a514148001f) Add changelog ([#1448](https://github.com/iotaledger/iota.rs/pull/1448)) on 2022-12-14
- Add `nftIdToBech32()`.
- [4693449](https://github.com/iotaledger/iota.rs/commit/469344962cec1db0b94f0d0fc6fe6a514148001f) Add changelog ([#1448](https://github.com/iotaledger/iota.rs/pull/1448)) on 2022-12-14
- Replaced `nodeSyncEnabled` by `ignoreNodeHealth`.
- [4693449](https://github.com/iotaledger/iota.rs/commit/469344962cec1db0b94f0d0fc6fe6a514148001f) Add changelog ([#1448](https://github.com/iotaledger/iota.rs/pull/1448)) on 2022-12-14
- Update network info from unhealty nodes if ignoreNodeHealth is set to true.
- [4693449](https://github.com/iotaledger/iota.rs/commit/469344962cec1db0b94f0d0fc6fe6a514148001f) Add changelog ([#1448](https://github.com/iotaledger/iota.rs/pull/1448)) on 2022-12-14

## \[3.0.0-rc.4]

- Fix rebuild script.
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.4",
"version": "3.0.0-rc.5",
"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 9268584

Please sign in to comment.