diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e76b28..5762c64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.13.3"} +{".":"1.14.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b43c88..3413f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [1.14.0](https://github.com/opensource-nepal/commitlint/compare/v1.13.3...v1.14.0) (2026-03-28) + + +### Features + +* **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)) + ## [1.13.3](https://github.com/opensource-nepal/commitlint/compare/v1.3.2...v1.13.3) (2026-01-11) diff --git a/pyproject.toml b/pyproject.toml index f0accee..ec7ad3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "commitlint" -version = "1.13.3" # x-release-please-version +version = "1.14.0" # x-release-please-version description = "commitlint is a pre-commit hook designed to lint your commit messages according to the Conventional Commits standard." authors = [ "Ajesh Sen Thapa ", diff --git a/src/commitlint/__version__.py b/src/commitlint/__version__.py index 49217fd..f1dcbfc 100644 --- a/src/commitlint/__version__.py +++ b/src/commitlint/__version__.py @@ -3,4 +3,4 @@ NOTE: The version is auto-updated by release-please action. """ -__version__ = "1.13.3" # x-release-please-version +__version__ = "1.14.0" # x-release-please-version