Skip to content

Commit f780a35

Browse files
chore(release): 2.6.1
1 parent e9e15c1 commit f780a35

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.1](https://github.com/joshbolduc/vscode-commitlint/compare/v2.6.0...v2.6.1) (2025-02-27)
6+
7+
### Bug Fixes
8+
9+
- **loadLibrary:** prefix all module paths with `file:///` before dynamically importing them ([#792](https://github.com/joshbolduc/vscode-commitlint/issues/792)) ([e9e15c1](https://github.com/joshbolduc/vscode-commitlint/commit/e9e15c14171c567c125d272ffa28b4cff375bec8)), closes [#744](https://github.com/joshbolduc/vscode-commitlint/issues/744)
10+
511
## [2.6.0](https://github.com/joshbolduc/vscode-commitlint/compare/v2.5.1...v2.6.0) (2024-04-22)
612

713
### Features

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

0 commit comments

Comments
 (0)