Skip to content

Commit

Permalink
Publish v0.6.19 (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored Jun 14, 2022
1 parent 87d47d2 commit ac091ea
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions bin/wasm-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.6.19 - 2022-06-14

### Fixed

- Fix panic introduced in v0.6.18 in case of a fork in the chain related to tracking the number of blocks kept alive in the node's memory. ([#2386](https://github.com/paritytech/smoldot/pull/2386))
Expand Down
4 changes: 2 additions & 2 deletions bin/wasm-node/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/wasm-node/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/smoldot-light",
"version": "0.6.18",
"version": "0.6.19",
"description": "Light client that connects to Polkadot and Substrate-based blockchains",
"author": "Parity Technologies <admin@parity.io>",
"license": "GPL-3.0-or-later WITH Classpath-exception-2.0",
Expand Down
2 changes: 1 addition & 1 deletion bin/wasm-node/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smoldot-light-wasm"
version = "0.6.18"
version = "0.6.19"
authors = ["Parity Technologies <admin@parity.io>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Browser bindings to a light client for Substrate-based blockchains"
repository = "https://github.com/paritytech/smoldot"
Expand Down

0 comments on commit ac091ea

Please sign in to comment.