Skip to content

Commit

Permalink
[release] 20240704 cli (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jul 4, 2024
1 parent d6c2a28 commit 5c5ce14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Added
## [5.0.0] - 2024-07-04
### Added
- Enable ts strict mode

### Fixed
Expand Down Expand Up @@ -623,7 +624,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.15.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.0.0...HEAD
[5.0.0]: https://github.com/subquery/subql/compare/cli/4.15.0...cli/5.0.0
[4.15.0]: https://github.com/subquery/subql/compare/cli/4.14.0...cli/4.15.0
[4.14.0]: https://github.com/subquery/subql/compare/cli/4.13.1...cli/4.14.0
[4.13.1]: https://github.com/subquery/subql/compare/cli/4.13.0...cli/4.13.1
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.15.1-3",
"version": "5.0.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -88,6 +88,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "4.15.1-2"
}
}

0 comments on commit 5c5ce14

Please sign in to comment.