Skip to content

Commit ed7774b

Browse files
committed
Set version 0.36.1
1 parent 31e71f9 commit ed7774b

File tree

16 files changed

+19
-16
lines changed

16 files changed

+19
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
## [0.36.1] - 2025-10-02
10+
911
### Fixed
1012

1113
- @cosmjs/crypto: Fix import path of @noble/hashes to avoid bunding issue
@@ -1600,7 +1602,8 @@ CHANGELOG entries missing. Please see [the diff][0.24.1].
16001602
`FeeTable`. @cosmjs/cosmwasm has its own `FeeTable` with those properties.
16011603
- @cosmjs/sdk38: Rename package to @cosmjs/launchpad.
16021604

1603-
[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.36.0...HEAD
1605+
[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.36.1...HEAD
1606+
[0.36.1]: https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.36.1
16041607
[0.36.0]: https://github.com/cosmos/cosmjs/compare/v0.35.0...v0.36.0
16051608
[0.35.0]: https://github.com/cosmos/cosmjs/compare/v0.34.0...v0.35.0
16061609
[0.34.0]: https://github.com/cosmos/cosmjs/compare/v0.33.1...v0.34.0

packages/amino/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/amino",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"description": "Helpers for Amino based signing.",
55
"contributors": [
66
"Simon Warta <webmaster128@users.noreply.github.com>"

packages/cosmwasm-stargate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/cosmwasm-stargate",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"description": "CosmWasm SDK",
55
"contributors": [
66
"Will Clark <willclarktech@users.noreply.github.com>"

packages/crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/crypto",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"description": "Cryptography resources for blockchain projects",
55
"contributors": [
66
"IOV SAS <admin@iov.one>",

packages/encoding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/encoding",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"description": "Encoding helpers for blockchain projects",
55
"contributors": [
66
"IOV SAS <admin@iov.one>"

packages/faucet-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/faucet-client",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"description": "The faucet client",
55
"contributors": [
66
"Will Clark <willclarktech@users.noreply.github.com>"

packages/faucet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/faucet",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"description": "The faucet",
55
"contributors": [
66
"Ethan Frey <ethanfrey@users.noreply.github.com>",

packages/json-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/json-rpc",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"description": "Framework for implementing a JSON-RPC 2.0 API",
55
"contributors": [
66
"IOV SAS <admin@iov.one>",

packages/ledger-amino/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/ledger-amino",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"description": "A library for signing Amino-encoded transactions using Ledger devices",
55
"contributors": [
66
"Will Clark <willclarktech@users.noreply.github.com>"

packages/math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmjs/math",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"description": "Math helpers for blockchain projects",
55
"contributors": [
66
"IOV SAS <admin@iov.one>"

0 commit comments

Comments
 (0)