Skip to content

Commit

Permalink
Nodejs bindings changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Aug 29, 2023
1 parent 11e0c8a commit 8a0989a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/db-migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wallet-nodejs-binding": patch
---

Fixed migration mismatch from `iota-rs` version.
6 changes: 6 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8a0989a

Please sign in to comment.