diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 05963e9..7e76b28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.3.2"} +{".":"1.13.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fac66..7b43c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [1.13.3](https://github.com/opensource-nepal/commitlint/compare/v1.3.2...v1.13.3) (2026-01-11) + + +### Miscellaneous Chores + +* fix missing release of v1.13.2 ([#83](https://github.com/opensource-nepal/commitlint/issues/83)) ([adefded](https://github.com/opensource-nepal/commitlint/commit/adefded1809e2d459dcc07ba6ebc78cc746b126a)) + ## [1.3.2](https://github.com/opensource-nepal/commitlint/compare/v1.3.1...v1.3.2) (2025-11-23) diff --git a/pyproject.toml b/pyproject.toml index 306397e..f0accee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "commitlint" -version = "1.3.2" # x-release-please-version +version = "1.13.3" # 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 aaf81f6..49217fd 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.3.2" # x-release-please-version +__version__ = "1.13.3" # x-release-please-version