From f30899e6535a0c45a48ce20c7b5fedcdbcf7aa91 Mon Sep 17 00:00:00 2001 From: yCodeTech Date: Mon, 8 Dec 2025 02:16:08 +0000 Subject: [PATCH 1/2] chore: version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58c768a..399d5bb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "automatic-comment-blocks", "displayName": "Automatic Comment Blocks", "description": "Provides block comment completion for Javadoc-style multi-line comments and single-line comment blocks for most officially supported languages.", - "version": "1.1.12", + "version": "1.1.13", "publisher": "ycodetech", "homepage": "https://github.com/ycodetech/auto-comment-blocks", "repository": { From 3912088a583508f42cbb5cca96c717d9b31bfd66 Mon Sep 17 00:00:00 2001 From: yCodeTech Date: Mon, 8 Dec 2025 02:18:42 +0000 Subject: [PATCH 2/2] docs(changelog): add new pre-release version --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ec403..6e6ef21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this extension will be documented in this file. This Changelog uses the [Keep a Changelog](http://keepachangelog.com/) structure. +## [Pre-release 1.1.13](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.13) - 2025-12-08 + +#### Fixed: + +- Fixes various errors brought up in comments in [#14](https://github.com/yCodeTech/auto-comment-blocks/issues/14) via PR [#17](https://github.com/yCodeTech/auto-comment-blocks/pull/17) + + - Fixes `Invalid Symbol` parsing error due to the file being encoded with a Byte Order Mark (BOM). Removed the BOM and explicitly read files as UTF-8 encoding. + - Fixes `Value Expected` parsing error due to the parser erroring on empty files. Added an extra option to prevent erroring and allow empty files. + ## [1.1.12](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.12) - 2025-12-05 #### Fixed: