Skip to content

Commit

Permalink
Nodejs 2.0.0-alpha.3 release (#2213)
Browse files Browse the repository at this point in the history
* Downgrade rocksdb

* Prepare release
  • Loading branch information
thibault-martinez authored Apr 3, 2024
1 parent 0d8aee9 commit b14ca85
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 25 deletions.
48 changes: 25 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 -->

## 2.0.0-alpha.3 - 2024-04-03

### Fixed

- Downgraded rocksdb to fix macOS build;

## 2.0.0-alpha.2 - 2024-04-02

### Added
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": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Node.js binding to the IOTA SDK library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ reqwest = { version = "0.12.2", default-features = false, features = [
"json",
"http2",
], optional = true }
rocksdb = { version = "0.22.0", default-features = false, features = [
rocksdb = { version = "0.21.0", default-features = false, features = [
"lz4",
], optional = true }
rumqttc = { version = "0.24.0", default-features = false, features = [
Expand Down

0 comments on commit b14ca85

Please sign in to comment.