diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ba36f..3078d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.0](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.1.0...patchloom-v0.2.0) (2026-07-22) + + +### Features + +* align with patchloom CLI 0.16.0 and multi-doc merge selector ([#207](https://github.com/patchloom/patchloom-vscode/issues/207)) ([5a1211d](https://github.com/patchloom/patchloom-vscode/commit/5a1211dd3ab759105f679b309f529f1b4c1f377d)) +* line-oriented insert Quick Actions and npm audit hardening ([#209](https://github.com/patchloom/patchloom-vscode/issues/209)) ([96dc31e](https://github.com/patchloom/patchloom-vscode/commit/96dc31ec196eff6aa1161ebcab3b0f0591a4d5d5)) + ## [0.1.0](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.9...patchloom-v0.1.0) (2026-07-18) diff --git a/package-lock.json b/package-lock.json index 705c415..8f5b072 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patchloom", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchloom", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/package.json b/package.json index 47058cb..467ab32 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.1.0", + "version": "0.2.0", "publisher": "patchloom", "license": "MIT", "repository": {