From de5561278e6aa4d9db0ddbfb54fa69e5ca779d37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:24:38 +0200 Subject: [PATCH] apply version updates (#630) Co-authored-by: thibault-martinez --- .changes/pre.json | 3 ++- sdk/src/wallet/bindings/nodejs/CHANGELOG.md | 4 ++++ sdk/src/wallet/bindings/nodejs/package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.changes/pre.json b/.changes/pre.json index dab0716d5a..a95b4a85f7 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -132,6 +132,7 @@ ".changes/voting-methods.md", ".changes/voting-output-input-selection.md", ".changes/voting-output-mandatory.md", - ".changes/voting-power-not-available.md" + ".changes/voting-power-not-available.md", + ".changes/windows-arm64-working-dir.md" ] } diff --git a/sdk/src/wallet/bindings/nodejs/CHANGELOG.md b/sdk/src/wallet/bindings/nodejs/CHANGELOG.md index 6331147003..e50e4093a5 100644 --- a/sdk/src/wallet/bindings/nodejs/CHANGELOG.md +++ b/sdk/src/wallet/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.0.3-rc.38] + +- [`95359a93`](https://github.com/iotaledger/iota-sdk/commit/95359a93180c96a31b71b0cefcb587494a85eca4)([#629](https://github.com/iotaledger/iota-sdk/pull/629)) Fix windows arm64 prebuild. + ## \[2.0.3-rc.37] - [`d90db186`](https://github.com/iotaledger/iota-sdk/commit/d90db186e670d63ab22b4bf2ecc573d52c4e6177)([#613](https://github.com/iotaledger/iota-sdk/pull/613)) Rename `Account::getOutputsWithAdditionalUnlockConditions` to `claimableOutputs`. diff --git a/sdk/src/wallet/bindings/nodejs/package.json b/sdk/src/wallet/bindings/nodejs/package.json index 392d8196e2..77f9a9c1e6 100644 --- a/sdk/src/wallet/bindings/nodejs/package.json +++ b/sdk/src/wallet/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "2.0.3-rc.37", + "version": "2.0.3-rc.38", "description": "Node.js binding to the wallet library", "main": "out/lib/index.js", "types": "out/lib/index.d.ts",