From 410857c6773f6bb3aede5757276975b9c7bfadd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 12:48:45 +0100 Subject: [PATCH] apply version updates (#1579) Co-authored-by: thibault-martinez --- .changes/pre.json | 1 + client/bindings/nodejs/CHANGELOG.md | 6 ++++++ client/bindings/nodejs/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index 09debf100..3edd56d39 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -3,6 +3,7 @@ "changes": [ ".changes/alias-nft-unlock.md", ".changes/aliasIdToBech32.md", + ".changes/basic-auth.md", ".changes/build-fix.md", ".changes/burn-interface.md", ".changes/computeAlias-NftId.md", diff --git a/client/bindings/nodejs/CHANGELOG.md b/client/bindings/nodejs/CHANGELOG.md index 52034ccbd..56e422f7e 100644 --- a/client/bindings/nodejs/CHANGELOG.md +++ b/client/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[3.0.0-rc.9] + +- Merged `IAuth::{username, password}` into `IAuth::basicAuthNamePwd`; + Set basic auth when provided; + - [7c7b9b7](https://github.com/iotaledger/iota.rs/commit/7c7b9b7a6ccd3215edeecb6056e59db40e47e307) Fix regex of several MQTT topics ([#1594](https://github.com/iotaledger/iota.rs/pull/1594)) on 2023-02-21 + ## \[3.0.0-rc.8] - Add `Burn` interface. diff --git a/client/bindings/nodejs/package.json b/client/bindings/nodejs/package.json index b9eaadad0..87589a654 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.8", + "version": "3.0.0-rc.9", "description": "Node.js binding to the client library", "main": "out/lib/index.js", "types": "out/lib/index.d.ts",