Skip to content

Commit

Permalink
apply version updates (#844)
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <[email protected]>
  • Loading branch information
github-actions[bot] and Thoralf-M authored Dec 27, 2021
1 parent 0faf972 commit d8bdc3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changes/addressIndex.md

This file was deleted.

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

## \[1.0.6]

- Fixes the syncing so when an `addressIndex` is provided, only addresses with an index >= will be synced.
- [0faf9725](https://github.com/iotaledger/wallet.rs/commit/0faf97259300af81f658f0d91596fadb9d0f70b6) Fix: only sync addresses >= address_start_index ([#843](https://github.com/iotaledger/wallet.rs/pull/843)) on 2021-12-27

## \[1.0.5]

- Attempt to fix the wrong number of messages returned from `list_messages()`.
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": "1.0.5",
"version": "1.0.6",
"description": "Node.js binding to the wallet library",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit d8bdc3b

Please sign in to comment.