Skip to content

Commit

Permalink
[release] 20230803
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Aug 2, 2023
1 parent 039224d commit e0a3caf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.10.1] - 2023-08-03
### Fixed
- Logs with a missing message throwing an error (#156)
- Test command not working because of dependency issue (#155)
Expand Down Expand Up @@ -246,7 +248,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.0...HEAD
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.1...HEAD
[2.10.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.10.0...node-cosmos/2.10.1
[2.10.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.8.0...node-cosmos/2.10.0
[2.8.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.5.3...node-cosmos/2.8.0
[2.5.3]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/2.5.2...node-cosmos/2.5.3
Expand Down
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": "2.10.1-1",
"version": "2.10.1",
"description": "",
"author": "Naveen Veluswamy",
"license": "GPL-3.0",
Expand Down Expand Up @@ -61,6 +61,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.10.1-0"
]
}

0 comments on commit e0a3caf

Please sign in to comment.