Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 410857c

Browse files
apply version updates (#1579)
Co-authored-by: thibault-martinez <[email protected]>
1 parent 7c7b9b7 commit 410857c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"changes": [
44
".changes/alias-nft-unlock.md",
55
".changes/aliasIdToBech32.md",
6+
".changes/basic-auth.md",
67
".changes/build-fix.md",
78
".changes/burn-interface.md",
89
".changes/computeAlias-NftId.md",

client/bindings/nodejs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[3.0.0-rc.9]
4+
5+
- Merged `IAuth::{username, password}` into `IAuth::basicAuthNamePwd`;
6+
Set basic auth when provided;
7+
- [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
8+
39
## \[3.0.0-rc.8]
410

511
- Add `Burn` interface.

client/bindings/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota/client",
3-
"version": "3.0.0-rc.8",
3+
"version": "3.0.0-rc.9",
44
"description": "Node.js binding to the client library",
55
"main": "out/lib/index.js",
66
"types": "out/lib/index.d.ts",

0 commit comments

Comments
 (0)