Skip to content

Commit 70b1361

Browse files
chore(main): release patchloom 0.0.3
1 parent cf652a2 commit 70b1361

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.2"
2+
".": "0.0.3"
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.3](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.2...patchloom-v0.0.3) (2026-06-07)
4+
5+
6+
### Features
7+
8+
* expand Quick Actions with markdown, doc mutations, and undo ([#117](https://github.com/patchloom/patchloom-vscode/issues/117)) ([3be2018](https://github.com/patchloom/patchloom-vscode/commit/3be20184f5cb96984d6237b325c352b5fd64b2d9)), closes [#114](https://github.com/patchloom/patchloom-vscode/issues/114) [#115](https://github.com/patchloom/patchloom-vscode/issues/115) [#116](https://github.com/patchloom/patchloom-vscode/issues/116)
9+
* expose remaining medium-priority CLI commands as Quick Actions ([#122](https://github.com/patchloom/patchloom-vscode/issues/122)) ([cf652a2](https://github.com/patchloom/patchloom-vscode/commit/cf652a28ba2144dcf3b7b1f30c5242616126f6e9)), closes [#120](https://github.com/patchloom/patchloom-vscode/issues/120)
10+
11+
12+
### Bug Fixes
13+
14+
* exclude .patchloom/ from git tracking and VSIX package ([#121](https://github.com/patchloom/patchloom-vscode/issues/121)) ([84060fb](https://github.com/patchloom/patchloom-vscode/commit/84060fbe4837abee18e8e149e2090a7f1faaccc7)), closes [#119](https://github.com/patchloom/patchloom-vscode/issues/119)
15+
316
## [0.0.2](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.1...patchloom-v0.0.2) (2026-06-07)
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.2",
5+
"version": "0.0.3",
66
"publisher": "patchloom",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)