From 8a0989afbb9e5866af79c1b0bd6a5fe7b6cb9466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thoralf=20M=C3=BCller?= Date: Tue, 29 Aug 2023 09:23:08 +0200 Subject: [PATCH] Nodejs bindings changelog and version bump --- .changes/db-migration.md | 5 +++++ bindings/nodejs/CHANGELOG.md | 6 ++++++ bindings/nodejs/package.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .changes/db-migration.md diff --git a/.changes/db-migration.md b/.changes/db-migration.md new file mode 100644 index 0000000000..9d324dc0d8 --- /dev/null +++ b/.changes/db-migration.md @@ -0,0 +1,5 @@ +--- +"wallet-nodejs-binding": patch +--- + +Fixed migration mismatch from `iota-rs` version. \ No newline at end of file diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index c9f9b361c8..a14b72f45b 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> +## 1.0.7 - 2023-08-29 + +### Fixed + +- Migration mismatch from `iota-rs` version; + ## 1.0.6 - 2023-08-25 ### Fixed diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index c9f0b13161..34c546be14 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/sdk", - "version": "1.0.6", + "version": "1.0.7", "description": "Node.js binding to the IOTA SDK library", "main": "out/index.js", "types": "out/index.d.ts",