diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09f0e571..33bd4cf9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f9082a75..5b92bea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/runloopai/rl-cli/compare/v1.1.0...v1.2.0) (2026-01-17) + + +### Features + +* **blueprint:** add prune command ([#47](https://github.com/runloopai/rl-cli/issues/47)) ([96be7fa](https://github.com/runloopai/rl-cli/commit/96be7fa1cc73330addc9c10f76d6f43140761d66)) + ## [1.1.0](https://github.com/runloopai/rl-cli/compare/v1.0.0...v1.1.0) (2026-01-16) diff --git a/package-lock.json b/package-lock.json index cd75a3ca..e07b1926 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@runloop/rl-cli", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@runloop/rl-cli", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", diff --git a/package.json b/package.json index f6f916c8..b711568e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/rl-cli", - "version": "1.1.0", + "version": "1.2.0", "description": "Beautiful CLI for the Runloop platform", "type": "module", "bin": {