From 2a913c786409d285c9d06caa3d0129a44ab23203 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:41:17 +0100 Subject: [PATCH] apply version updates (#1342) Co-authored-by: thibault-martinez --- .changes/pre.json | 1 + client/bindings/nodejs/CHANGELOG.md | 5 +++++ client/bindings/nodejs/package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index ce1a938cc..762cd0085 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -2,6 +2,7 @@ "tag": "rc", "changes": [ ".changes/alias-nft-unlock.md", + ".changes/build-fix.md", ".changes/fix-build-script.md", ".changes/ledger-nano-prompt.md", ".changes/networkinfo.md", diff --git a/client/bindings/nodejs/CHANGELOG.md b/client/bindings/nodejs/CHANGELOG.md index 1fb294b9f..2c5a14308 100644 --- a/client/bindings/nodejs/CHANGELOG.md +++ b/client/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[3.0.0-rc.3] + +- Run tsc before publishing. + - [f9efaf6](https://github.com/iotaledger/iota.rs/commit/f9efaf6384d93d9f08d81be6043923f2b13cd4dd) Fix nodejs package and path ([#1341](https://github.com/iotaledger/iota.rs/pull/1341)) on 2022-10-31 + ## \[3.0.0-rc.2] - Fix build script filename. diff --git a/client/bindings/nodejs/package.json b/client/bindings/nodejs/package.json index a3febe5bd..0e4c65573 100644 --- a/client/bindings/nodejs/package.json +++ b/client/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/client", - "version": "3.0.0-rc.2", + "version": "3.0.0-rc.3", "description": "Node.js binding to the client library", "main": "out/lib/index.js", "types": "out/lib/index.d.ts",