diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 22f22673..c7e57dbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.3.0" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ac5d1e..2fabc365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.4.0](https://github.com/runloopai/rl-cli/compare/v1.3.0...v1.4.0) (2026-01-23) + + +### Features + +* **blueprint:** from dockerfile support for rli ([#59](https://github.com/runloopai/rl-cli/issues/59)) ([b7eef5d](https://github.com/runloopai/rl-cli/commit/b7eef5db8ab849933b08776d5453f96da2c558dc)) + + +### Bug Fixes + +* **blueprint:** showing blueprint failure reason in detail page ([#55](https://github.com/runloopai/rl-cli/issues/55)) ([0352649](https://github.com/runloopai/rl-cli/commit/0352649ade4bcf8298195286532fffca8962cb3a)) +* create screens now allow enter to trigger the create ([#57](https://github.com/runloopai/rl-cli/issues/57)) ([f2a872e](https://github.com/runloopai/rl-cli/commit/f2a872eee5fcac55d86bba262ee8246135ced9e9)) +* resovled red flash bug during navigation ([#58](https://github.com/runloopai/rl-cli/issues/58)) ([9e003f9](https://github.com/runloopai/rl-cli/commit/9e003f9f0b116307288fa933a12a31d4e29cd682)) + ## [1.3.0](https://github.com/runloopai/rl-cli/compare/v1.2.0...v1.3.0) (2026-01-23) diff --git a/package-lock.json b/package-lock.json index bde718e0..b592a640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@runloop/rl-cli", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@runloop/rl-cli", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", diff --git a/package.json b/package.json index a6f25d69..4fe55b31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/rl-cli", - "version": "1.3.0", + "version": "1.4.0", "description": "Beautiful CLI for the Runloop platform", "type": "module", "bin": {