Skip to content

Commit

Permalink
Wasm 2.0.0-alpha.1 release (#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Mar 26, 2024
1 parent 826e63d commit 254832d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions bindings/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 2.0.0-alpha.1 - 2024-03-26

Initial alpha release of the wasm 2.0 bindings.

## 1.1.3 - 2024-01-29

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/sdk-wasm",
"version": "1.1.3",
"version": "2.0.0-alpha.1",
"description": "WebAssembly bindings for the IOTA SDK library",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions bindings/wasm/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3389,7 +3389,7 @@ schema-utils@^4.0.0:
ajv-formats "^2.1.1"
ajv-keywords "^5.1.0"

[email protected], semver@^6.3.0, semver@^6.3.1, semver@^7.3.2, semver@^7.3.7, semver@^7.5.2, semver@^7.5.3:
[email protected], semver@^6.3.0, semver@^6.3.1, semver@^7.3.2, semver@^7.3.7, semver@^7.5.3, semver@^7.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
Expand Down Expand Up @@ -3902,7 +3902,7 @@ walker@^1.0.7:
dependencies:
makeerror "1.0.12"

wasm-opt@^1.3.0:
wasm-opt@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/wasm-opt/-/wasm-opt-1.4.0.tgz#444dc8135b39879b5ea3a0650024d53d68f3c609"
integrity sha512-wIsxxp0/FOSphokH4VOONy1zPkVREQfALN+/JTvJPK8gFSKbsmrcfECu2hT7OowqPfb4WEMSMceHgNL0ipFRyw==
Expand Down

0 comments on commit 254832d

Please sign in to comment.