Skip to content

Commit 481af1a

Browse files
authored
Publish v2.0.23 (#1735)
1 parent 4bc3261 commit 481af1a

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm-node/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.0.23 - 2024-03-20
6+
57
### Changed
68

79
- Add support for the `transaction_v1_broadcast` and `transaction_v1_stop` JSON-RPC functions. ([#1724](https://github.com/smol-dot/smoldot/pull/1724))

wasm-node/javascript/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm-node/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smoldot",
3-
"version": "2.0.22",
3+
"version": "2.0.23",
44
"description": "Light client that connects to Polkadot and Substrate-based blockchains",
55
"contributors": [
66
"Parity Technologies <[email protected]>",

wasm-node/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smoldot-light-wasm"
3-
version = "2.0.22"
3+
version = "2.0.23"
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)