diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07509b4..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e06fc66..d5ba36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.0](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.9...patchloom-v0.1.0) (2026-07-18) + + +### Features + +* align extension with patchloom CLI 0.15.2 ([#198](https://github.com/patchloom/patchloom-vscode/issues/198)) ([5acd69b](https://github.com/patchloom/patchloom-vscode/commit/5acd69b676679d9f26225f75fcef822249783778)) + ## [0.0.9](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.8...patchloom-v0.0.9) (2026-07-08) diff --git a/package-lock.json b/package-lock.json index 11c2042..cd3efd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patchloom", - "version": "0.0.9", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchloom", - "version": "0.0.9", + "version": "0.1.0", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/package.json b/package.json index 22d8a29..47058cb 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.9", + "version": "0.1.0", "publisher": "patchloom", "license": "MIT", "repository": {