Skip to content

Commit 2c267e3

Browse files
committed
chore: version bump and changelog
1 parent e0e22c1 commit 2c267e3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this extension will be documented in this file.
44

55
This Changelog uses the [Keep a Changelog](http://keepachangelog.com/) structure.
66

7+
## [1.1.5](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.5) - 2025-03-02
8+
9+
#### Fixed:
10+
11+
- Fixes an `ENOENT: no such file or directory` error in [yCodeTech/auto-comment-blocks#4](https://github.com/yCodeTech/auto-comment-blocks/issues/4). When trying to find the extension's package.json. The file path used the current directory `./`, which is redundant while using `__dirname` as well, and certain OS could interpret the file path `/extensions/ycodetech.automatic-comment-blocks-1.1.4/out/src./../../package.json` differently, hence the ENOENT error. Fixed by removing the `.` before the slash.
12+
713
## [1.1.4](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.4) - 2025-01-06
814

915
#### Fixed:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "automatic-comment-blocks",
33
"displayName": "Automatic Comment Blocks",
44
"description": "Provides block comment completion for Javadoc-style multi-line comments and single-line comment blocks for most officially supported languages.",
5-
"version": "1.1.4",
5+
"version": "1.1.5",
66
"publisher": "ycodetech",
77
"homepage": "https://github.com/ycodetech/auto-comment-blocks",
88
"repository": {

0 commit comments

Comments
 (0)