diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 50daeffe19..1185a3e5c9 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] + +## [6.6.2] - 2025-12-16 ### Fixed - Ethers import error (#2984) @@ -889,7 +891,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/6.6.1...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/cli/6.6.2...HEAD +[6.6.2]: https://github.com/subquery/subql/compare/cli/6.6.1...cli/6.6.2 [6.6.1]: https://github.com/subquery/subql/compare/cli/6.6.0...cli/6.6.1 [6.6.0]: https://github.com/subquery/subql/compare/cli/6.5.1...cli/6.6.0 [6.5.1]: https://github.com/subquery/subql/compare/cli/6.5.0...cli/6.5.1 diff --git a/packages/cli/package.json b/packages/cli/package.json index e87c6dd4f0..d80bdb55fc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "CLI for SubQuery", - "version": "6.6.2-1", + "version": "6.6.2", "author": "SubQuery Pte Ltd.", "bin": { "subql": "./bin/run" @@ -121,6 +121,5 @@ "codegen:chs": "swagger-typescript-api generate -p chs-swagger.yml -o src/controller/network/consumer-host --api-class-name NetworkConsumerHostServiceApi -n consumer-host-service-api.ts", "codegen": "yarn codegen:graphql && yarn codegen:chs" }, - "types": "lib/index.d.ts", - "stableVersion": "6.6.2-0" + "types": "lib/index.d.ts" }