Skip to content

Commit

Permalink
apply version updates (#1579)
Browse files Browse the repository at this point in the history
Co-authored-by: thibault-martinez <[email protected]>
  • Loading branch information
github-actions[bot] and thibault-martinez authored Feb 21, 2023
1 parent 7c7b9b7 commit 410857c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions client/bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion client/bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 410857c

Please sign in to comment.