Skip to content

Commit 6e286ae

Browse files
chore(main): release patchloom 0.4.0 (#227)
Co-authored-by: patchloom-release[bot] <291219740+patchloom-release[bot]@users.noreply.github.com>
1 parent d2e5df3 commit 6e286ae

4 files changed

Lines changed: 18 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.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.3.0...patchloom-v0.4.0) (2026-08-10)
4+
5+
6+
### Features
7+
8+
* align extension with patchloom CLI 0.28.0 ([#226](https://github.com/patchloom/patchloom-vscode/issues/226)) ([8bad5bd](https://github.com/patchloom/patchloom-vscode/commit/8bad5bd338088b0a92d37c922906bc87538ff381))
9+
10+
11+
### Bug Fixes
12+
13+
* do not offer managed update for outdated PATH/setting CLI ([e521f1e](https://github.com/patchloom/patchloom-vscode/commit/e521f1ee77ff3545b8267f2590fbd9b5e7266312))
14+
* remediation respects PATH vs managed resolution order ([#229](https://github.com/patchloom/patchloom-vscode/issues/229)) ([e521f1e](https://github.com/patchloom/patchloom-vscode/commit/e521f1ee77ff3545b8267f2590fbd9b5e7266312))
15+
* unify CLI remediation and clear npm audit findings ([#228](https://github.com/patchloom/patchloom-vscode/issues/228)) ([208b497](https://github.com/patchloom/patchloom-vscode/commit/208b497179e40a728de35eec92fc8b1498b85e69))
16+
317
## [0.3.0](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.2.0...patchloom-v0.3.0) (2026-07-31)
418

519

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

0 commit comments

Comments
 (0)