Skip to content

Commit 3b3ac0e

Browse files
chore(release): 2.6.2
1 parent 668ab40 commit 3b3ac0e

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.2](https://github.com/joshbolduc/vscode-commitlint/compare/v2.6.1...v2.6.2) (2025-02-28)
6+
7+
### Bug Fixes
8+
9+
- identify correct repo when using SCM input in multi-root workspace ([#798](https://github.com/joshbolduc/vscode-commitlint/issues/798)) ([668ab40](https://github.com/joshbolduc/vscode-commitlint/commit/668ab4026cf7474b27e1895728b0fb385f5f6938)), closes [#797](https://github.com/joshbolduc/vscode-commitlint/issues/797)
10+
511
### [2.6.1](https://github.com/joshbolduc/vscode-commitlint/compare/v2.6.0...v2.6.1) (2025-02-27)
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.1",
6+
"version": "2.6.2",
77
"icon": "icon.png",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)