diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b68e780..07194f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.6" + ".": "0.0.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fff7f..5d669cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.7](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.6...patchloom-v0.0.7) (2026-06-26) + + +### Features + +* align extension with patchloom CLI v0.6.0 ([#171](https://github.com/patchloom/patchloom-vscode/issues/171)) ([1408da7](https://github.com/patchloom/patchloom-vscode/commit/1408da78587d75774281ca5d92c3ad9f3bf33d84)) + ## [0.0.6](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.5...patchloom-v0.0.6) (2026-06-24) diff --git a/package-lock.json b/package-lock.json index 9b232e6..fca7ff2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patchloom", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchloom", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/package.json b/package.json index c6a0327..125d873 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.0.6", + "version": "0.0.7", "publisher": "patchloom", "license": "MIT", "repository": {