Skip to content

Commit

Permalink
[release] 20220708 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jul 7, 2022
1 parent cb340db commit ccbbf3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]
[0.1.3] - 2022-07-01

## [0.2.0] - 2022-07-08

## Changed

- Decode buffer to json for `cosmwasm.wasm.v1.MsgMigrateContract` and `cosmwasm.wasm.v1.MsgInstantiateContract` messages (#38)

## [0.1.3] - 2022-07-01

### Fixed
- Dependency injection issue with EventEmitter

[0.1.2] - 2022-07-01
## [0.1.2] - 2022-07-01
### Fixed
- Docker image health checks failing because of missing `curl` command

Expand Down Expand Up @@ -57,7 +64,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
## [0.0.5] - 2022-06-15
First release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node/0.1.3...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node/0.2.0...HEAD
[0.2.0]: https://github.com/subquery/subql-cosmos/compare/node/0.1.3...node/0.2.0
[0.1.3]: https://github.com/subquery/subql-cosmos/compare/node/0.1.2...node/0.1.3
[0.1.2]: https://github.com/subquery/subql-cosmos/compare/node/0.1.1...node/0.1.2
[0.1.1]: https://github.com/subquery/subql-cosmos/compare/node/0.1.0...node/0.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-cosmos",
"version": "0.1.4-0",
"version": "0.2.0",
"description": "",
"author": "Naveen Veluswamy",
"license": "Apache-2.0",
Expand Down

0 comments on commit ccbbf3a

Please sign in to comment.