Skip to content

Commit 1c482f2

Browse files
authored
[release] 20251216 (#2996)
1 parent 5d2c641 commit 1c482f2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [6.6.2] - 2025-12-16
810
### Fixed
911
- Ethers import error (#2984)
1012

@@ -889,7 +891,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
889891
- support subcommand codegen
890892
- support subcommand init
891893

892-
[Unreleased]: https://github.com/subquery/subql/compare/cli/6.6.1...HEAD
894+
[Unreleased]: https://github.com/subquery/subql/compare/cli/6.6.2...HEAD
895+
[6.6.2]: https://github.com/subquery/subql/compare/cli/6.6.1...cli/6.6.2
893896
[6.6.1]: https://github.com/subquery/subql/compare/cli/6.6.0...cli/6.6.1
894897
[6.6.0]: https://github.com/subquery/subql/compare/cli/6.5.1...cli/6.6.0
895898
[6.5.1]: https://github.com/subquery/subql/compare/cli/6.5.0...cli/6.5.1

packages/cli/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@subql/cli",
33
"description": "CLI for SubQuery",
4-
"version": "6.6.2-1",
4+
"version": "6.6.2",
55
"author": "SubQuery Pte Ltd.",
66
"bin": {
77
"subql": "./bin/run"
@@ -121,6 +121,5 @@
121121
"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",
122122
"codegen": "yarn codegen:graphql && yarn codegen:chs"
123123
},
124-
"types": "lib/index.d.ts",
125-
"stableVersion": "6.6.2-0"
124+
"types": "lib/index.d.ts"
126125
}

0 commit comments

Comments
 (0)