Skip to content

Commit 281421d

Browse files
chore: release v2.0.0
1 parent 060a988 commit 281421d

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.13.3"}
1+
{".":"2.0.0"}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## [2.0.0](https://github.com/opensource-nepal/commitlint/compare/v1.13.3...v2.0.0) (2026-07-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add max-header-length for header length check ([#85](https://github.com/opensource-nepal/commitlint/issues/85))
9+
* Node 24 support for commitlint action
10+
11+
### Features
12+
13+
* add max-header-length for header length check ([#85](https://github.com/opensource-nepal/commitlint/issues/85)) ([060a988](https://github.com/opensource-nepal/commitlint/commit/060a988e2a87eb91f05789915e1ebc6c3586e023))
14+
* **console:** add color to standard output and standard error ([#86](https://github.com/opensource-nepal/commitlint/issues/86)) ([b428eea](https://github.com/opensource-nepal/commitlint/commit/b428eea2b1909c311a63c51428916be952d17c74))
15+
* Node 24 support for commitlint action ([552dcbd](https://github.com/opensource-nepal/commitlint/commit/552dcbd82f06f797a6f1b189418c521205a96013))
16+
317
## [1.13.3](https://github.com/opensource-nepal/commitlint/compare/v1.3.2...v1.13.3) (2026-01-11)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "commitlint"
3-
version = "1.13.3" # x-release-please-version
3+
version = "2.0.0" # x-release-please-version
44
description = "commitlint is a pre-commit hook designed to lint your commit messages according to the Conventional Commits standard."
55
authors = [
66
"Ajesh Sen Thapa <aj3sshh@gmail.com>",

src/commitlint/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
NOTE: The version is auto-updated by release-please action.
44
"""
55

6-
__version__ = "1.13.3" # x-release-please-version
6+
__version__ = "2.0.0" # x-release-please-version

0 commit comments

Comments
 (0)