From c15fea4e9f2cdc20241ca8b989288a78fed37a8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 11:26:45 +0200 Subject: [PATCH] apply version updates (#1201) Co-authored-by: thibault-martinez --- .changes/pre.json | 2 ++ bindings/nodejs/CHANGELOG.md | 7 +++++++ bindings/nodejs/package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index a0399c247..bfc7ccdff 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -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", diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 0b7503fd8..c154e9c5a 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -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. diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index e43470116..98ac0f4c6 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -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",