From 1027d41f7e540c057bba5dbab3528e024a219588 Mon Sep 17 00:00:00 2001 From: warman <159046867+runreal-warman@users.noreply.github.com> Date: Fri, 9 May 2025 17:37:03 -0400 Subject: [PATCH] chore(main): release 1.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ src/version.ts | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2afcfc6..f15cc9f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1e5ed..d1b0a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.7.0](https://github.com/runreal/cli/compare/v1.6.0...v1.7.0) (2025-05-09) + + +### Features + +* new editor and project commands ([#66](https://github.com/runreal/cli/issues/66)) ([0e97f69](https://github.com/runreal/cli/commit/0e97f695e6da36cabe800d030170d8e349588880)) + + +### Bug Fixes + +* script runner os + compiled build fixes ([#73](https://github.com/runreal/cli/issues/73)) ([0ea35ab](https://github.com/runreal/cli/commit/0ea35abe28ee41ccb70f0f8b2600bfb778f635dc)) +* update version ([e6a5cdd](https://github.com/runreal/cli/commit/e6a5cddd977bce9cc424a70acb6e57b95a68434a)) + ## [1.6.0](https://github.com/runreal/cli/compare/v1.5.0...v1.6.0) (2025-05-04) diff --git a/src/version.ts b/src/version.ts index 2cec543..2b2af19 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ // x-release-please-start-version -export const VERSION = '1.6.0' +export const VERSION = '1.7.0' // x-release-please-end