Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f55a2f1

Browse files
authoredAug 12, 2024
chore: release v1.3.0
1 parent 62e2ca4 commit f55a2f1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.release-please-manifest.json

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

‎CHANGELOG.md

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

3+
## [1.3.0](https://github.com/opensource-nepal/commitlint/compare/v1.2.0...v1.3.0) (2024-08-12)
4+
5+
6+
### Features
7+
8+
* enhanced actions logging with clear annotations ([#61](https://github.com/opensource-nepal/commitlint/issues/61)) ([7f72e91](https://github.com/opensource-nepal/commitlint/commit/7f72e9108526ef0f05afcb1627d1239ed41324c6))
9+
310
## [1.2.0](https://github.com/opensource-nepal/commitlint/compare/v1.1.0...v1.2.0) (2024-07-24)
411

512

‎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.2.0" # x-release-please-version
6+
__version__ = "1.3.0" # x-release-please-version

0 commit comments

Comments
 (0)
Please sign in to comment.