Skip to content

Commit

Permalink
Merge branch 'develop' into readme-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Sep 5, 2023
2 parents 4e663d5 + cd78e6e commit 16af48a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
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.7",
"version": "1.0.8",
"description": "Node.js binding to the IOTA SDK library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down

0 comments on commit 16af48a

Please sign in to comment.