Skip to content

Commit 0eee374

Browse files
chore(release): 2.6.0
1 parent e214ef5 commit 0eee374

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0](https://github.com/joshbolduc/vscode-commitlint/compare/v2.5.1...v2.6.0) (2024-04-22)
6+
7+
### Features
8+
9+
- update bundled commitlint to v19 ([eca1c82](https://github.com/joshbolduc/vscode-commitlint/commit/eca1c827242258f24608defea92c06c2d63932a3))
10+
11+
### Bug Fixes
12+
13+
- catch attempt to load unloaded git extension ([752119c](https://github.com/joshbolduc/vscode-commitlint/commit/752119c0bbed1e3beeae257404c60d6177966005))
14+
- correctly fall back to default comment char ([fe7d457](https://github.com/joshbolduc/vscode-commitlint/commit/fe7d457c5a2a4b59fc936ee3eee6b11a1019d75e))
15+
- restore commitlint v19 support ([8df7494](https://github.com/joshbolduc/vscode-commitlint/commit/8df7494d48a34c05fe36b0978262d8c927638c72))
16+
517
### [2.5.1](https://github.com/joshbolduc/vscode-commitlint/compare/v2.5.0...v2.5.1) (2024-03-08)
618

719
### 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.5.1",
6+
"version": "2.6.0",
77
"icon": "icon.png",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)