Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Oct 10, 2022
1 parent 31fae80 commit 95748e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,16 @@ and this project adheres to
- @cosmjs/utils: Add `isDefined` which checks for `undefined` in a
TypeScript-friendly way.

### Fixed

- @cosmjs/cosmwasm-stargate: Use type `JsonObject = any` for smart query
requests and messages (in `WasmExtension.wasm.queryContractSmart`,
`CosmWasmClient.queryContractSmart`, `SigningCosmWasmClient.instantiate`,
`SigningCosmWasmClient.migrate`, `SigningCosmWasmClient.execute`). This
reverts the type change done on CosmJS 0.23.0. ([#1281])

[#1281]: https://github.com/cosmos/cosmjs/pull/1281

## [0.29.1] - 2022-10-09

### Changed
Expand Down

0 comments on commit 95748e0

Please sign in to comment.