diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c17c08f..3e8c001 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.3.0"} +{".":"1.3.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8820a97..a75bc98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [1.3.1](https://github.com/opensource-nepal/commitlint/compare/v1.3.0...v1.3.1) (2025-08-25) + + +### Bug Fixes + +* add github api failed response ([#72](https://github.com/opensource-nepal/commitlint/issues/72)) ([e3ae577](https://github.com/opensource-nepal/commitlint/commit/e3ae577534c63cd89624e60a9e4257a0b1eee148)) + ## [1.3.0](https://github.com/opensource-nepal/commitlint/compare/v1.2.0...v1.3.0) (2024-08-30) diff --git a/pyproject.toml b/pyproject.toml index 1443454..6acc15d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "commitlint" -version = "1.3.0" # x-release-please-version +version = "1.3.1" # 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 a0328e1..557736e 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.0" # x-release-please-version +__version__ = "1.3.1" # x-release-please-version