diff --git a/.yarn/versions/c4866a61.yml b/.yarn/versions/c4866a61.yml new file mode 100644 index 0000000000..75f21d7001 --- /dev/null +++ b/.yarn/versions/c4866a61.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/node-core" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 6b62e47b0a..a9105063d9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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] + +## [5.2.7] - 2024-09-16 ### Fixed - deployment command minor issues (#2542) @@ -676,7 +678,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/5.2.6...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/cli/5.2.7...HEAD +[5.2.7]: https://github.com/subquery/subql/compare/cli/5.2.6...cli/5.2.7 [5.2.6]: https://github.com/subquery/subql/compare/cli/5.2.4...cli/5.2.6 [5.2.4]: https://github.com/subquery/subql/compare/cli/5.2.3...cli/5.2.4 [5.2.3]: https://github.com/subquery/subql/compare/cli/5.2.2...cli/5.2.3 diff --git a/packages/cli/package.json b/packages/cli/package.json index 30e7b5d0fa..5be44d3381 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "cli for subquery", - "version": "5.2.7-0", + "version": "5.2.7", "author": "Ian He", "bin": { "subql": "./bin/run" @@ -88,6 +88,5 @@ "types": "lib/index.d.ts", "resolutions": { "node-fetch": "2.6.7" - }, - "stableVersion": "5.2.6" + } }