Skip to content

Commit c58c320

Browse files
docs: update changelog for PR #26
1 parent b24036d commit c58c320

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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+
## [Unreleased]
8+
9+
### Fixed
10+
11+
- Fixed update vscode types package and clean up now unused line comment types ([#26](https://github.com/yCodeTech/auto-comment-blocks/pull/26)) by @yCodeTech
12+
13+
VScode updated their types to include the LineComment typings and released 1.110 of @types/vscode package. So our temporary custom `LineComment` type and `LineCommentConfig` interface is now redundant.
14+
- Updated @types/vscode package to 1.110.
15+
- Removed the temporary `LineComment` type and `LineCommentConfig` interface, and removed the references in configuration file.
16+
<!-- end -->
17+
718
## [1.1.14](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.14) - 2026-02-23
819

920
This release focuses on improving the code quality, maintainability and readability of the code. There are no new features or breaking changes in this release, but it includes various fixes from the previous pre-release.

0 commit comments

Comments
 (0)