Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#337)
Browse files Browse the repository at this point in the history
Co-authored-by: lucasfernog <[email protected]>
  • Loading branch information
github-actions[bot] and lucasfernog authored Feb 22, 2021
1 parent ed74aaf commit 4184a02
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changes/fix-message-confirmation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/get-address.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/message-count.md

This file was deleted.

9 changes: 9 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.0.4]

- Fixes the message confirmation state update on the background sync system.
- [a164f4d](https://github.com/iotaledger/wallet.rs/commit/a164f4d2c844f701744c129aaafb731703a2910f) fix(sync): do not set tx as unconfirmed when the inclusion state is null ([#338](https://github.com/iotaledger/wallet.rs/pull/338)) on 2021-02-19
- New method on the Account object to get an address by its bech32 representation.
- [0652cd9](https://github.com/iotaledger/wallet.rs/commit/0652cd93c620323026720e43c0510791901ba35c) feat(nodejs): add API to get an address by bech32 string ([#336](https://github.com/iotaledger/wallet.rs/pull/336)) on 2021-02-19
- Adds a `messageCount` function on the Account class.
- [ed74aaf](https://github.com/iotaledger/wallet.rs/commit/ed74aaf3a8ffe6737b17e86455326811c9e52f76) feat(bindings): add messageCount API ([#340](https://github.com/iotaledger/wallet.rs/pull/340)) on 2021-02-22

## [0.0.3]

- The balance change event now emits a `{ spent, received }` object with the changed amount instead of the new address balance.
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/wallet",
"version": "0.0.3",
"version": "0.0.4",
"description": "Node.js binding to the wallet library",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 4184a02

Please sign in to comment.