From 15128bc1af24f5647a62809b9cc53b7b0ca37db2 Mon Sep 17 00:00:00 2001 From: "patchloom-release[bot]" <291219740+patchloom-release[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 05:22:55 +0000 Subject: [PATCH] chore(main): release patchloom 0.0.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a327a0..63c033c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 939f297..b4b000a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.4](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.3...patchloom-v0.0.4) (2026-06-18) + + +### Features + +* align extension with patchloom CLI v0.2.0 and improve docs ([#130](https://github.com/patchloom/patchloom-vscode/issues/130)) ([cb58a47](https://github.com/patchloom/patchloom-vscode/commit/cb58a474453dd427943b62519aba7af15e5e2790)) + + +### Bug Fixes + +* managed install archive extraction path mismatch + e2e MCP tests ([#136](https://github.com/patchloom/patchloom-vscode/issues/136)) ([1e946a0](https://github.com/patchloom/patchloom-vscode/commit/1e946a0332a2c1d3b5d04615e950c3b1e5609e05)) + ## [0.0.3](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.2...patchloom-v0.0.3) (2026-06-07) diff --git a/package-lock.json b/package-lock.json index ac59718..dd84cfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patchloom", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchloom", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/package.json b/package.json index 5817d1c..03d7605 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.3", + "version": "0.0.4", "publisher": "patchloom", "license": "MIT", "repository": {