diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5e89d..edebebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.6.0...patchloom-v0.7.0) (2026-09-08) + + +### Features + +* align extension with patchloom CLI 0.33.0 ([#265](https://github.com/patchloom/patchloom-vscode/issues/265)) ([d32c848](https://github.com/patchloom/patchloom-vscode/commit/d32c848027fe2360aae4c8b9d2fc9a61fcc87087)) + ## [0.6.0](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.5.0...patchloom-v0.6.0) (2026-08-28) diff --git a/package-lock.json b/package-lock.json index 28cdcdd..7029129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patchloom", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchloom", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "dependencies": { "jsonc-parser": "^3.3.1" diff --git a/package.json b/package.json index 7f7ab1a..00803d3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "patchloom", "displayName": "Patchloom", "description": "VS Code extension for Patchloom. Installs, configures, and integrates the Patchloom CLI for editor-first workflows.", - "version": "0.6.0", + "version": "0.7.0", "publisher": "patchloom", "license": "MIT", "repository": {