Skip to content

Commit

Permalink
[release] 20231124 (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
bz888 authored Nov 24, 2023
1 parent e32abb7 commit 8548d98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Empty file removed .yarn/versions/dbb05892.yml
Empty file.
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.2.2] - 2023-11-24
### Changed
- Update deployment command with v3 api (#2177)

Expand Down Expand Up @@ -503,7 +505,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.2.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.2.2...HEAD
[4.2.2]: https://github.com/subquery/subql/compare/cli/4.2.1...cli/4.2.2
[4.2.1]: https://github.com/subquery/subql/compare/cli/4.2.0...cli/4.2.1
[4.2.0]: https://github.com/subquery/subql/compare/cli/4.1.0...cli/4.2.0
[4.1.0]: https://github.com/subquery/subql/compare/cli/4.0.5...cli/4.1.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.2.2-1",
"version": "4.2.2",
"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.2.2-0"
}
}

0 comments on commit 8548d98

Please sign in to comment.