Skip to content

Commit

Permalink
[release] 20230829 (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Aug 29, 2023
1 parent 6e108d3 commit 504137b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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]

## [3.6.1] - 2023-08-29
### Fixed
- Publish command creating invalid deployment (#1977)

Expand Down Expand Up @@ -437,7 +439,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/3.6.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/3.6.1...HEAD
[3.6.1]: https://github.com/subquery/subql/compare/cli/3.6.0...cli/3.6.1
[3.6.0]: https://github.com/subquery/subql/compare/cli/3.5.1...cli/3.6.0
[3.5.1]: https://github.com/subquery/subql/compare/cli/3.5.0...cli/3.5.1
[3.5.0]: https://github.com/subquery/subql/compare/cli/3.4.0...cli/3.5.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": "3.6.1-0",
"version": "3.6.1",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -96,6 +96,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "3.6.0"
}
}

0 comments on commit 504137b

Please sign in to comment.