From 735b88e3d35f78be8e9f9e0b61a4a08801c32b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thoralf=20M=C3=BCller?= Date: Tue, 5 Sep 2023 11:07:54 +0200 Subject: [PATCH] Fix changelog and bump version --- bindings/nodejs/CHANGELOG.md | 12 +++++++----- bindings/nodejs/package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index 6c23fa0530..ee0e431029 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> +## 1.0.8 - 2023-09-05 + +### Added + +- `migrateDbChrysalisToStardust` function; +- `Wallet::getChrysalisData` method; + ## 1.0.7 - 2023-08-29 ### Fixed @@ -27,11 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 1.0.6 - 2023-08-25 -### Added - -- `migrateDbChrysalisToStardust` function; -- `Wallet::getChrysalisData` method; - ### Fixed - `Account::prepareBurn()` return type; diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 34c546be14..e70cb1eddf 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/sdk", - "version": "1.0.7", + "version": "1.0.8", "description": "Node.js binding to the IOTA SDK library", "main": "out/index.js", "types": "out/index.d.ts",