diff --git a/CHANGELOG.md b/CHANGELOG.md index e5cf379..75326b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.4.0](https://github.com/runreal/cli/compare/v1.3.0...v1.4.0) (2024-11-18) + + +### Features + +* [RUN-130] Update to Deno 2 ([#39](https://github.com/runreal/cli/issues/39)) ([a4930f7](https://github.com/runreal/cli/commit/a4930f76cdf0effcf2b8441112fc347197bc5631)) +* [RUN-131] add workflow ID support ([#40](https://github.com/runreal/cli/issues/40)) ([0978ce1](https://github.com/runreal/cli/commit/0978ce10ef923e58a1a4d5052628dcbc4f289c76)) +* script runner ([#42](https://github.com/runreal/cli/issues/42)) ([74ca3ab](https://github.com/runreal/cli/commit/74ca3ab868dd1af36aafdc381db0a92735aa0a3f)) + + +### Bug Fixes + +* [RUN-84] Error code when running command ([#41](https://github.com/runreal/cli/issues/41)) ([b26b808](https://github.com/runreal/cli/commit/b26b80856c1a0b7db1392794a6327813bba9ae55)) +* use draft 07 schema ([#38](https://github.com/runreal/cli/issues/38)) ([e6c87be](https://github.com/runreal/cli/commit/e6c87beb7858fadb4f46036e3cf80238032c74e3)) + ## [1.3.0](https://github.com/runreal/cli/compare/v1.2.3...v1.3.0) (2024-05-28) diff --git a/src/version.ts b/src/version.ts index a49b13c..3605779 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ // x-release-please-start-version -export const VERSION = '1.3.0' +export const VERSION = '1.4.0' // x-release-please-end