From ba4071c3c04aefd0b724d104746276f9b8560fb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 11:00:15 -0300 Subject: [PATCH] Apply Version Updates From Current Changes (#517) Co-authored-by: lucasfernog --- .changes/ci.md | 5 ----- .changes/rocksdb-lock.md | 5 ----- bindings/nodejs/CHANGELOG.md | 7 +++++++ bindings/nodejs/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changes/ci.md delete mode 100644 .changes/rocksdb-lock.md diff --git a/.changes/ci.md b/.changes/ci.md deleted file mode 100644 index a00eded36..000000000 --- a/.changes/ci.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nodejs-binding": patch ---- - -Fix Windows CI diff --git a/.changes/rocksdb-lock.md b/.changes/rocksdb-lock.md deleted file mode 100644 index f1d1ced55..000000000 --- a/.changes/rocksdb-lock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nodejs-binding": patch ---- - -Reuse RocksDB storage instances. diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 58c10af39..0cc0f4860 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.2.1] + +- Fix Windows CI + - [df4e38f5](https://github.com/iotaledger/wallet.rs/commit/df4e38f539af44b24f2372d154b4533d9c5f80f1) fix(ci): Install LLVM and Clang on Windows ([#516](https://github.com/iotaledger/wallet.rs/pull/516)) on 2021-04-08 +- Reuse RocksDB storage instances. + - [d425e99f](https://github.com/iotaledger/wallet.rs/commit/d425e99fc7501656f6816f6cf8e03f1c8353104b) fix(manager): reuse existing rocksdb instances ([#524](https://github.com/iotaledger/wallet.rs/pull/524)) on 2021-04-09 + ## \[0.2.0] - Refactor `Message` object storage for performance. diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index caecad214..f68a4563d 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "0.2.0", + "version": "0.2.1", "description": "Node.js binding to the wallet library", "main": "lib/index.js", "repository": {