From bbd9b013640855bac5e21746de1165560ba90ae6 Mon Sep 17 00:00:00 2001 From: "patchloom-release[bot]" <291219740+patchloom-release[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:39:50 +0000 Subject: [PATCH] chore(main): release patchloom 0.0.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45ca42f..b68e780 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.5" + ".": "0.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eee9189..88fff7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.6](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.5...patchloom-v0.0.6) (2026-06-24) + + +### Bug Fixes + +* address issues [#153](https://github.com/patchloom/patchloom-vscode/issues/153)-[#156](https://github.com/patchloom/patchloom-vscode/issues/156) (App wf fallback, e2e hardening, ruleset strict=false, test additions) ([#157](https://github.com/patchloom/patchloom-vscode/issues/157)) ([d2dfe21](https://github.com/patchloom/patchloom-vscode/commit/d2dfe21f040f0b78c71fb2f0eb930a025625f93a)) +* bump minimum supported CLI version to 0.3.0 ([#167](https://github.com/patchloom/patchloom-vscode/issues/167)) ([acce0e4](https://github.com/patchloom/patchloom-vscode/commit/acce0e41587bf1b1181a46495657fd6cf80961cf)) + ## [0.0.5](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.4...patchloom-v0.0.5) (2026-06-22) diff --git a/package-lock.json b/package-lock.json index 5468db8..9b232e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patchloom", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchloom", - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/package.json b/package.json index 44846b0..c6a0327 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.5", + "version": "0.0.6", "publisher": "patchloom", "license": "MIT", "repository": {