Skip to content

Commit

Permalink
[release] 20231010
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Oct 10, 2023
1 parent b044ea3 commit 27c0924
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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]

## [4.0.1] - 2023-10-10
### Fixed
- Fix `codegen` logic for Cosmos Manifests (#2073)
- Error when generating manifest from ts (#2075)

## [4.0.0] - 2023-10-04
### Fixed
Expand Down Expand Up @@ -462,7 +465,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/4.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.0.1...HEAD
[4.0.1]: https://github.com/subquery/subql/compare/cli/4.0.0...cli/4.0.1
[4.0.0]: https://github.com/subquery/subql/compare/cli/3.6.1...cli/4.0.0
[3.6.1]: https://github.com/subquery/subql/compare/cli/3.6.0...cli/3.6.1
[3.6.0]: https://github.com/subquery/subql/compare/cli/3.5.1...cli/3.6.0
Expand Down
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "4.0.1-2",
"version": "4.0.1",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -90,6 +90,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "4.0.1-1"
}
}

0 comments on commit 27c0924

Please sign in to comment.