Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.3.0"}
{".":"1.3.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/commitlint/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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