Skip to content

Commit

Permalink
Merge branch 'develop' into output-claiming-small-amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Oct 16, 2023
2 parents f483644 + 04f3218 commit 91765f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bindings/wasm/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 -->

## 1.1.1 - 2023-10-16

### Fixed

- Compiles with `iota-sdk-bindings-core`'s `private_key_secret_manager` feature to make `PrivateKeySecretManager` available;

## 1.1.0 - 2023-09-29

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.
Expand Down
1 change: 1 addition & 0 deletions bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ doc = false
iota-sdk-bindings-core = { path = "../core", default-features = false, features = [
"events",
"storage",
"private_key_secret_manager",
] }

console_error_panic_hook = { version = "0.1.7", default-features = false }
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.0",
"version": "1.1.1",
"description": "WebAssembly bindings for the IOTA SDK library",
"repository": {
"type": "git",
Expand Down

0 comments on commit 91765f7

Please sign in to comment.