Skip to content

Commit

Permalink
apply version updates (#1521)
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 Jan 26, 2023
1 parent 743a7c7 commit bd593c5
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -11,6 +11,7 @@
".changes/fix-rebuild-script.md",
".changes/get-included-block-metadata.md",
".changes/ledger-nano-prompt.md",
".changes/mqtt.md",
".changes/networkinfo.md",
".changes/nftIdToBech32.md",
".changes/node-sync-health.md",
Expand Down
7 changes: 7 additions & 0 deletions client/bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[3.0.0-rc.7]

- Fix MQTT multiple events when .listen() is called multiple times.
Made `Client::listen()` async.
Added `Client::clearListeners()`.
- [743a7c7](https://github.com/iotaledger/iota.rs/commit/743a7c70e59436ff09a2290a49538206d4a97509) Add listen and clearListeners for MQTT to message interface ([#1518](https://github.com/iotaledger/iota.rs/pull/1518)) on 2023-01-26

## \[3.0.0-rc.6]

- Add `u8` representation to serialization and deserialization for `ParticipationEventType`.
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.6",
"version": "3.0.0-rc.7",
"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 bd593c5

Please sign in to comment.