Skip to content

Commit 2e9c2bd

Browse files
chore(main): release patchloom 0.0.5
1 parent 0629af9 commit 2e9c2bd

4 files changed

Lines changed: 17 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.4"
2+
".": "0.0.5"
33
}

CHANGELOG.md

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

3+
## [0.0.5](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.4...patchloom-v0.0.5) (2026-06-22)
4+
5+
6+
### Features
7+
8+
* align extension with patchloom CLI v0.4.0 ([0629af9](https://github.com/patchloom/patchloom-vscode/commit/0629af926a7a9eee8d6c634eee10bc6148d4d6ad))
9+
* align with patchloom CLI v0.4.0 ([#145](https://github.com/patchloom/patchloom-vscode/issues/145)) ([0629af9](https://github.com/patchloom/patchloom-vscode/commit/0629af926a7a9eee8d6c634eee10bc6148d4d6ad))
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** prevent spurious Dependabot PR failures from auto-approve and @types/vscode bumps ([#143](https://github.com/patchloom/patchloom-vscode/issues/143)) ([3b50515](https://github.com/patchloom/patchloom-vscode/commit/3b505152f40ed37ac1120b5fccf4f8345d0b4cbb))
15+
316
## [0.0.4](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.3...patchloom-v0.0.4) (2026-06-18)
417

518

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.4",
5+
"version": "0.0.5",
66
"publisher": "patchloom",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)