diff --git a/bindings/wasm/CHANGELOG.md b/bindings/wasm/CHANGELOG.md index c7bbd63419..cfd61b10a2 100644 --- a/bindings/wasm/CHANGELOG.md +++ b/bindings/wasm/CHANGELOG.md @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> +## 1.0.3 - 2023-07-31 + +Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md. + ## 1.0.2 - 2023-07-28 Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md. diff --git a/bindings/wasm/package.json b/bindings/wasm/package.json index 1de0cdea71..ff18407752 100644 --- a/bindings/wasm/package.json +++ b/bindings/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@iota/sdk-wasm", - "version": "1.0.2", + "version": "1.0.3", "description": "WebAssembly bindings for the IOTA SDK library", "repository": { "type": "git",