Skip to content

Commit 9c2528d

Browse files
authored
Publish v2.0.30 (#1944)
1 parent bba4b37 commit 9c2528d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.30 - 2024-08-16
6+
57
### Added
68

79
- Add `jsonRpcResponses` async iterable iterator to `Chain`, as a more convenient alternative to the `nextJsonRpcResponse` function. ([#1937](https://github.com/smol-dot/smoldot/pull/1937))

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.29",
3+
"version": "2.0.30",
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.29"
3+
version = "2.0.30"
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)