Skip to content

Commit 1b98c06

Browse files
chore(release): 2.6.3
1 parent 64a2482 commit 1b98c06

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.6.3](https://github.com/joshbolduc/vscode-commitlint/compare/v2.6.2...v2.6.3) (2025-09-14)
6+
7+
### Bug Fixes
8+
9+
- correctly reset PREFIX environment variable when not initially set ([71b978b](https://github.com/joshbolduc/vscode-commitlint/commit/71b978bf0b512a2b7491369f5f0c967737bcb6eb))
10+
511
### [2.6.2](https://github.com/joshbolduc/vscode-commitlint/compare/v2.6.1...v2.6.2) (2025-02-28)
612

713
### Bug Fixes

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
@@ -3,7 +3,7 @@
33
"displayName": "commitlint",
44
"description": "Integrate commitlint into the VS Code commit editor",
55
"publisher": "joshbolduc",
6-
"version": "2.6.2",
6+
"version": "2.6.3",
77
"icon": "icon.png",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)