From a88464dee292660dd5a286b1ed116502134e89c6 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Tue, 29 Aug 2023 21:48:27 +1200 Subject: [PATCH] [release] 20230829 --- packages/cli/CHANGELOG.md | 5 ++++- packages/cli/package.json | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ab1ad5cec0..39cfdd74bb 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] + +## [3.6.1] - 2023-08-29 ### Fixed - Publish command creating invalid deployment (#1977) @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index dda8285395..e47eff1841 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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" @@ -96,6 +96,5 @@ "types": "lib/index.d.ts", "resolutions": { "node-fetch": "2.6.7" - }, - "stableVersion": "3.6.0" + } }