From 6fd73f8f6fb54e0de9916ab4f06f19d03f40d7af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:41:05 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 361321f0..f0d63361 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..dd5dca94 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [0.5.0](https://github.com/runloopai/rl-cli-node/compare/v0.4.0...v0.5.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)) +* **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)) diff --git a/package-lock.json b/package-lock.json index 64432c1d..9749ae22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@runloop/rl-cli", - "version": "0.3.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@runloop/rl-cli", - "version": "0.3.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", diff --git a/package.json b/package.json index 0ac9a8e0..8299572c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/rl-cli", - "version": "0.4.0", + "version": "0.5.0", "description": "Beautiful CLI for the Runloop platform", "type": "module", "bin": {