Skip to content

Commit 15128bc

Browse files
chore(main): release patchloom 0.0.4
1 parent 1e946a0 commit 15128bc

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.3"
2+
".": "0.0.4"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.4](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.3...patchloom-v0.0.4) (2026-06-18)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
315
## [0.0.3](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.2...patchloom-v0.0.3) (2026-06-07)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "patchloom",
33
"displayName": "Patchloom",
44
"description": "VS Code extension for Patchloom. Installs, configures, and integrates the Patchloom CLI for editor-first workflows.",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"publisher": "patchloom",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)