From f28d2deaa25af0b0a8fe7faea2eeaa432f9e80de Mon Sep 17 00:00:00 2001 From: AK46rocks Date: Sat, 13 Apr 2024 12:55:37 +0530 Subject: [PATCH 1/2] fixed copy changes from init-controller.ts file --- packages/cli/src/controller/init-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/controller/init-controller.ts b/packages/cli/src/controller/init-controller.ts index a7e2166ad2..8b961de40e 100644 --- a/packages/cli/src/controller/init-controller.ts +++ b/packages/cli/src/controller/init-controller.ts @@ -165,7 +165,7 @@ export async function prepare(projectPath: string, project: ProjectSpecBase): Pr try { await prepareEnv(projectPath, project); } catch (e) { - throw new Error('Failed to prepare read or wrte .env file hile preparing the project'); + throw new Error('Failed to prepare read or write .env file while preparing the project'); } try { await prepareManifest(projectPath, project); From 5c4c5cd1ea6388fd0ad8e36b9d104f610bafe63e Mon Sep 17 00:00:00 2001 From: AK46rocks Date: Tue, 16 Apr 2024 19:59:09 +0530 Subject: [PATCH 2/2] Changelogs updated --- packages/cli/CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7b2caa2f44..b8b427b5be 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.5.3] - 2024-04-13 +### Added +- support env & env commands (#2345) + ## [4.5.2] - 2024-04-12 ### Fixed - Deployments failing with `this.jsonEnabled is not a function` (#2351) @@ -560,7 +564,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.5.2...HEAD +[Unreleased]: https://github.com/dapplooker/subql/compare/v4.5.3...HEAD +[4.5.3]: https://github.com/dapplooker/subql/compare/v4.5.2...v4.5.3 [4.5.2]: https://github.com/subquery/subql/compare/cli/4.5.1...cli/4.5.2 [4.5.1]: https://github.com/subquery/subql/compare/cli/4.5.0...cli/4.5.1 [4.5.0]: https://github.com/subquery/subql/compare/cli/4.4.1...cli/4.5.0