Skip to content

Commit

Permalink
[release] 20240530 (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored May 30, 2024
1 parent e8e2052 commit 905c45f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/12c5da87.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-core"
5 changes: 4 additions & 1 deletion packages/cli/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]

## [4.11.0] - 2024-05-30
### Added
- `--queryLimit` flag to deploy command for query service (#2419)

Expand Down Expand Up @@ -587,7 +589,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.10.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.11.0...HEAD
[4.11.0]: https://github.com/subquery/subql/compare/cli/4.10.1...cli/4.11.0
[4.10.1]: https://github.com/subquery/subql/compare/cli/4.10.0...cli/4.10.1
[4.10.0]: https://github.com/subquery/subql/compare/cli/4.9.0...cli/4.10.0
[4.9.0]: https://github.com/subquery/subql/compare/cli/4.8.0...cli/4.9.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.10.2-0",
"version": "4.11.0",
"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.10.1"
}
}

0 comments on commit 905c45f

Please sign in to comment.