Skip to content

Commit

Permalink
[release] 20220629 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jun 29, 2022
1 parent ea1b738 commit 47b64da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 10 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.1.1] - 2022-06-29

### Updated
- Sync with latest development from origin (#31)

### Added
- HTTP keep alive (#30)

## [0.1.0] - 2022-06-27

### Breaking changes
Expand Down Expand Up @@ -38,7 +46,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.0...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node/0.1.1...HEAD
[0.0.7]: https://github.com/subquery/subql-cosmos/compare/node/0.1.0...node/0.1.1
[0.0.7]: https://github.com/subquery/subql-cosmos/compare/node/0.0.7...node/0.1.0
[0.0.7]: https://github.com/subquery/subql-cosmos/compare/node/0.0.6...node/0.0.7
[0.0.6]: https://github.com/subquery/subql-cosmos/compare/node/0.0.5...node/0.0.6
5 changes: 2 additions & 3 deletions 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.1-2",
"version": "0.1.1",
"description": "",
"author": "Naveen Veluswamy",
"license": "Apache-2.0",
Expand Down Expand Up @@ -71,6 +71,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "0.1.1-1"
]
}

0 comments on commit 47b64da

Please sign in to comment.