Skip to content

Commit

Permalink
apply version updates (#1486)
Browse files Browse the repository at this point in the history
Co-authored-by: thibault-martinez <thibault-martinez@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and thibault-martinez authored Jan 17, 2023
1 parent 3534a07 commit 89a8bf9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
".changes/build-fix.md",
".changes/computeAlias-NftId.md",
".changes/computeFoundryId.md",
".changes/enum-serialization-attributes.md",
".changes/fix-build-script.md",
".changes/fix-rebuild-script.md",
".changes/get-included-block-metadata.md",
".changes/ledger-nano-prompt.md",
".changes/networkinfo.md",
".changes/nftIdToBech32.md",
".changes/node-sync-health.md",
".changes/pow.md",
".changes/prebuilds.md",
".changes/protocol-parameters.md",
".changes/unhealthy-nodes.md"
Expand Down
9 changes: 9 additions & 0 deletions client/bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[3.0.0-rc.6]

- Add `u8` representation to serialization and deserialization for `ParticipationEventType`.
- [3534a07](https://github.com/iotaledger/iota.rs/commit/3534a079afeefadd9f2879398d9e2b286209f8a6) Add change file ([#1494](https://github.com/iotaledger/iota.rs/pull/1494)) on 2023-01-17
- Add `Client::getIncludedBlockMetadata`.
- [3534a07](https://github.com/iotaledger/iota.rs/commit/3534a079afeefadd9f2879398d9e2b286209f8a6) Add change file ([#1494](https://github.com/iotaledger/iota.rs/pull/1494)) on 2023-01-17
- Fix infinite loop when the minimum PoW score is 0 (often in private tangles).
- [3534a07](https://github.com/iotaledger/iota.rs/commit/3534a079afeefadd9f2879398d9e2b286209f8a6) Add change file ([#1494](https://github.com/iotaledger/iota.rs/pull/1494)) on 2023-01-17

## \[3.0.0-rc.5]

- Add `aliasIdToBech32()`.
Expand Down
4 changes: 2 additions & 2 deletions 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.5",
"version": "3.0.0-rc.6",
"description": "Node.js binding to the client library",
"main": "out/lib/index.js",
"types": "out/lib/index.d.ts",
Expand Down Expand Up @@ -56,4 +56,4 @@
"simple-get": "^2.8.2",
"json5": "^2.2.2"
}
}
}

0 comments on commit 89a8bf9

Please sign in to comment.