Skip to content

Commit

Permalink
Set version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Oct 11, 2022
1 parent 42c0625 commit b1c6867
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [0.5.2] - 2022-10-11

- Migrate from yarn to npm
- Upgrade ts-proto to 1.126.1 and regenerate code
- Upgrade Cosmos SDK protos to 0.45.8
Expand Down Expand Up @@ -42,7 +44,8 @@ No changelog, sorry. Maybe the diff helps.

- wasmd 0.18 types (cosmwasm/wasm/v1/\*)

[unreleased]: https://github.com/confio/cosmjs-types/compare/v0.5.1...HEAD
[unreleased]: https://github.com/confio/cosmjs-types/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/confio/cosmjs-types/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/confio/cosmjs-types/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/confio/cosmjs-types/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/confio/cosmjs-types/compare/v0.4.0...v0.4.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "cosmjs-types",
"version": "0.5.1",
"version": "0.5.2",
"description": "JS and TS types relating to Protocol Buffers used by Cosmos-SDK and other related projects",
"contributors": [
"Simon Warta <webmaster128@users.noreply.github.com>",
"Will Clark <willclarktech@users.noreply.github.com>"
],
"license": "Apache-2.0",
Expand Down

0 comments on commit b1c6867

Please sign in to comment.