diff --git a/.changes/confirmation.md b/.changes/confirmation.md deleted file mode 100644 index 15e920563..000000000 --- a/.changes/confirmation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nodejs-binding": patch ---- - -Don't retry pruned messages forever, inputs are checked if they're spent so the status can be updated even if the messages got pruned already. diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 7ce91bf94..94472e45e 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[1.0.10] + +- Don't retry pruned messages forever, inputs are checked if they're spent so the status can be updated even if the messages got pruned already. + - [7025a189](https://github.com/iotaledger/wallet.rs/commit/7025a189a1efc4dd6eafeff999934ddec434eb2a) fix: retry/confirmation detection ([#860](https://github.com/iotaledger/wallet.rs/pull/860)) on 2022-01-20 + ## \[1.0.9] - Detect confirmed reattachments. diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 785eac868..1841b0839 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "1.0.9", + "version": "1.0.10", "description": "Node.js binding to the wallet library", "main": "lib/index.js", "scripts": {