Skip to content

Commit 59ebd05

Browse files
authored
Publish v2.0.36 (#2139)
1 parent 120738c commit 59ebd05

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smoldot-light"
3-
version = "0.17.1"
3+
version = "0.17.2"
44
description = "Browser bindings to a light client for Substrate-based blockchains"
55
authors.workspace = true
66
license.workspace = true

wasm-node/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.0.36 - 2025-06-60
6+
57
### Fixed
68

79
- A "parse error" JSON-RPC response is no longer erroneously sent back in case of an unrecognized JSON-RPC function name or wrong parameter types. ([#2138](https://github.com/smol-dot/smoldot/pull/2138))

wasm-node/javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm-node/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smoldot",
3-
"version": "2.0.35",
3+
"version": "2.0.36",
44
"description": "Light client that connects to Polkadot and Substrate-based blockchains",
55
"contributors": [
66
"Parity Technologies <admin@parity.io>",

wasm-node/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smoldot-light-wasm"
3-
version = "2.0.35"
3+
version = "2.0.36"
44
description = "Browser bindings to a light client for Substrate-based blockchains"
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)