diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a484c6ce..09466bf8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.6.1" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6676f044..d747992b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.7.0](https://github.com/runloopai/rl-cli-node/compare/v0.6.1...v0.7.0) (2026-01-08) + + +### Features + +* **blueprint:** automatically navigate to new devbox created from blueprint list page ([#18](https://github.com/runloopai/rl-cli-node/issues/18)) ([0c76cc0](https://github.com/runloopai/rl-cli-node/commit/0c76cc0f24c439837bfc474c71f13853b607a81f)) +* cli can update itself when prompted ([#21](https://github.com/runloopai/rl-cli-node/issues/21)) ([fe584de](https://github.com/runloopai/rl-cli-node/commit/fe584de75c3921c418c00b9e074e21842fcdd0ba)) +* **devbox:** navigates to devbox detail after create ([#22](https://github.com/runloopai/rl-cli-node/issues/22)) ([731681f](https://github.com/runloopai/rl-cli-node/commit/731681f3fbd63fb4cabbeb7cd32439aa8fc488c6)) +* **snapshot:** snapshot list view actions now allows for devbox creation from snapshot ([#15](https://github.com/runloopai/rl-cli-node/issues/15)) ([19c5382](https://github.com/runloopai/rl-cli-node/commit/19c53829218cbdeedf7486fc28a43f5e98efe335)) + + +### Bug Fixes + +* update repo info ([#25](https://github.com/runloopai/rl-cli-node/issues/25)) ([1db1235](https://github.com/runloopai/rl-cli-node/commit/1db1235f8281256b5793af7a81994d289f97c4e2)) + ## [0.6.1](https://github.com/runloopai/rl-cli-node/compare/v0.6.0...v0.6.1) (2026-01-08) diff --git a/package-lock.json b/package-lock.json index 1b69add1..9d3e3fac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@runloop/rl-cli", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@runloop/rl-cli", - "version": "0.6.1", + "version": "0.7.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", diff --git a/package.json b/package.json index 064cd7f5..bb3e2e1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/rl-cli", - "version": "0.6.1", + "version": "0.7.0", "description": "Beautiful CLI for the Runloop platform", "type": "module", "bin": {