From a6eff8bb393640937768dbd12a8ac06183951ca2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 12:14:08 -0300 Subject: [PATCH] Apply Version Updates From Current Changes (#548) Co-authored-by: lucasfernog --- .changes/network-update.md | 5 ----- bindings/nodejs/CHANGELOG.md | 5 +++++ bindings/nodejs/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/network-update.md diff --git a/.changes/network-update.md b/.changes/network-update.md deleted file mode 100644 index eef30ad2c..000000000 --- a/.changes/network-update.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nodejs-binding": patch ---- - -Updates Testnet breaking changes and includes several fixes to syncing and change address management. diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 0cc0f4860..97e2dad71 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.2.2] + +- Updates Testnet breaking changes and includes several fixes to syncing and change address management. + - [90ca9368](https://github.com/iotaledger/wallet.rs/commit/90ca9368c28a04ed9289bb10bc05d3800bc1a47e) chore: add change file ([#546](https://github.com/iotaledger/wallet.rs/pull/546)) on 2021-04-13 + ## \[0.2.1] - Fix Windows CI diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index f68a4563d..250c07dd2 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "0.2.1", + "version": "0.2.2", "description": "Node.js binding to the wallet library", "main": "lib/index.js", "repository": {