diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index e566a3354d..43ddf435c3 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> -## 1.0.5 - YYYY-MM-DD +## 1.0.5 - 2023-08-18 ### Added diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 0554c57253..78631f1ca2 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/sdk", - "version": "1.0.4", + "version": "1.0.5", "description": "Node.js binding to the IOTA SDK library", "main": "out/index.js", "types": "out/index.d.ts", diff --git a/bindings/wasm/CHANGELOG.md b/bindings/wasm/CHANGELOG.md index 3ca213d91e..cc13929c70 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.5 - 2023-08-18 + +Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md. + ## 1.0.4 - 2023-08-01 ### Fixed diff --git a/bindings/wasm/package.json b/bindings/wasm/package.json index 8bfedb80c4..43867bb2bf 100644 --- a/bindings/wasm/package.json +++ b/bindings/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@iota/sdk-wasm", - "version": "1.0.4", + "version": "1.0.5", "description": "WebAssembly bindings for the IOTA SDK library", "repository": { "type": "git",