From ea5e87fb4925e014c8da351b20df8ea45eac00ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 13:47:52 +0100 Subject: [PATCH] apply version updates (#852) Co-authored-by: Thoralf-M --- .changes/reattach.md | 5 ----- bindings/nodejs/CHANGELOG.md | 5 +++++ bindings/nodejs/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/reattach.md diff --git a/.changes/reattach.md b/.changes/reattach.md deleted file mode 100644 index 50aeec474..000000000 --- a/.changes/reattach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nodejs-binding": patch ---- - -Use local data when reattaching transactions and check inclusion state for reattached messages. diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 10b00c88f..0ed5c74ac 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[1.0.8] + +- Use local data when reattaching transactions and check inclusion state for reattached messages. + - [88f62028](https://github.com/iotaledger/wallet.rs/commit/88f62028fc812ef4145fde8e033d8383559d8f24) Use local transaction payload to reattach ([#851](https://github.com/iotaledger/wallet.rs/pull/851)) on 2022-01-05 + ## \[1.0.7] - Start syncing from address index 0 by default; diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index e0ba24a1d..b73807c17 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "1.0.7", + "version": "1.0.8", "description": "Node.js binding to the wallet library", "main": "lib/index.js", "scripts": {