Skip to content

Commit ae4e0a8

Browse files
chore(main): release autopathcomment 0.0.5
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 68a29e5 commit ae4e0a8

4 files changed

Lines changed: 20 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.5](https://github.com/icoretech/autopathcomment/compare/autopathcomment-v0.0.4...autopathcomment-v0.0.5) (2025-09-26)
8+
9+
10+
### Features
11+
12+
* add user setting autopathcomment.commentSyntaxMap; fix(ci): align engines.vscode ^1.104.0 ([68a29e5](https://github.com/icoretech/autopathcomment/commit/68a29e5007eb6f2ab9f2ba9bdedff239e19d90fa))
13+
14+
15+
### Bug Fixes
16+
17+
* **ci:** align engines.vscode to ^1.104.0 to match @types/vscode; update README requirement ([ccf2776](https://github.com/icoretech/autopathcomment/commit/ccf2776782a3df4bd9a02f3fa2e3c95523ceacb6))
18+
* **deps-dev:** bump @commitlint/cli from 19.5.0 to 20.0.0 ([#3](https://github.com/icoretech/autopathcomment/issues/3)) ([fa6d7ff](https://github.com/icoretech/autopathcomment/commit/fa6d7ffe46834465dadabad9d954f30665f16d9a))
19+
* **deps-dev:** bump @commitlint/config-conventional ([#4](https://github.com/icoretech/autopathcomment/issues/4)) ([7672ed2](https://github.com/icoretech/autopathcomment/commit/7672ed24cb0b2e10b78f050b73d10e62ec6ad2ee))
20+
* **deps-dev:** bump @types/vscode in the all-minor-patch group ([#2](https://github.com/icoretech/autopathcomment/issues/2)) ([70f1f80](https://github.com/icoretech/autopathcomment/commit/70f1f8076f775da6492e3ccf419182ee38288480))
21+
* **docs:** clarify release flow section to bootstrap Release Please ([371b73e](https://github.com/icoretech/autopathcomment/commit/371b73e4cb0c6084d64cc44c88057e9564ca1994))
22+
723
## [Unreleased]
824

925
- Initial release

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

0 commit comments

Comments
 (0)