Skip to content

Commit cecdb80

Browse files
chore(main): release autopathcomment 0.0.6 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc8e9c2 commit cecdb80

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.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.5"
2+
".": "0.0.6"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to the "autopathcomment" extension will be documented in thi
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.0.6](https://github.com/icoretech/autopathcomment/compare/autopathcomment-v0.0.5...autopathcomment-v0.0.6) (2025-10-04)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps-dev:** bump @types/node in the all-minor-patch group ([#9](https://github.com/icoretech/autopathcomment/issues/9)) ([ed9f1e2](https://github.com/icoretech/autopathcomment/commit/ed9f1e2f2af0dba4b4272b2d12d4006269d548a9))
13+
* **deps-dev:** bump @vscode/vsce in the all-minor-patch group ([#5](https://github.com/icoretech/autopathcomment/issues/5)) ([f94a050](https://github.com/icoretech/autopathcomment/commit/f94a050de7ff140cf74895bd9d5d554d80f97529))
14+
* **deps-dev:** bump the all-minor-patch group with 3 updates ([#7](https://github.com/icoretech/autopathcomment/issues/7)) ([ca074fd](https://github.com/icoretech/autopathcomment/commit/ca074fd62b0dfabacf65e453841bd8e37ef3b31e))
15+
* **deps-dev:** bump the all-minor-patch group with 3 updates ([#8](https://github.com/icoretech/autopathcomment/issues/8)) ([581ac01](https://github.com/icoretech/autopathcomment/commit/581ac0108f8a8ff712f42fbf970b164ce303da25))
16+
* enforce zero-warning lint and resolve curly/test warnings ([dc8e9c2](https://github.com/icoretech/autopathcomment/commit/dc8e9c201816854b19c41cc2102c6a219b3080a2))
17+
718
## [0.0.5](https://github.com/icoretech/autopathcomment/compare/autopathcomment-v0.0.4...autopathcomment-v0.0.5) (2025-09-26)
819

920

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": "autopathcomment",
33
"displayName": "AutoPathComment",
44
"description": "Adds a comment with the file's relative path at the top of the file upon saving",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"publisher": "icoretech",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)