Skip to content

Commit

Permalink
apply version updates (#1201)
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 Aug 22, 2022
1 parent 218352d commit c15fea4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"changes": [
".changes/buildAndPostBlock.md",
".changes/bump-iota-types.md",
".changes/consolidation.md",
".changes/fix-blockbuildoptions.md",
".changes/fix-pow-feature.md",
".changes/ignore-tests.md",
".changes/ledger-nano-status.md",
".changes/pow-hrp-renaming.md",
Expand Down
7 changes: 7 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[3.0.0-alpha.7]

- Accept `IGenerateAddressesOptions` in `consolidateFunds()` instead of `accountIndex` and `addressRange`.
- [218352d](https://github.com/iotaledger/iota.rs/commit/218352de2a58de56c67892a0bfe2aab104793334) Fix primary node ([#1205](https://github.com/iotaledger/iota.rs/pull/1205)) on 2022-08-22
- Fix PoW feature name.
- [218352d](https://github.com/iotaledger/iota.rs/commit/218352de2a58de56c67892a0bfe2aab104793334) Fix primary node ([#1205](https://github.com/iotaledger/iota.rs/pull/1205)) on 2022-08-22

## \[3.0.0-alpha.6]

- Rename getLedgerStatus to getLedgerNanoStatus.
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/client",
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"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 c15fea4

Please sign in to comment.