Skip to content

Commit

Permalink
chore: release v1.3.0 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 30, 2024
1 parent 58cf604 commit 02e7ff4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.2.0"}
{".":"1.3.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## [1.3.0](https://github.com/opensource-nepal/commitlint/compare/v1.2.0...v1.3.0) (2024-08-30)


### Features

* enhanced actions logging with clear annotations ([#61](https://github.com/opensource-nepal/commitlint/issues/61)) ([7f72e91](https://github.com/opensource-nepal/commitlint/commit/7f72e9108526ef0f05afcb1627d1239ed41324c6))


### Bug Fixes

* fix major version tag fetch on pre-commit autoupdate ([#65](https://github.com/opensource-nepal/commitlint/issues/65)) ([dffb36b](https://github.com/opensource-nepal/commitlint/commit/dffb36bf7774910ae14417f57b22a12ff0cb323b))

## [1.2.0](https://github.com/opensource-nepal/commitlint/compare/v1.1.0...v1.2.0) (2024-07-24)


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

0 comments on commit 02e7ff4

Please sign in to comment.