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
chore: release v1.2.0
  • Loading branch information
github-actions[bot] authored and aj3sh committed Jul 30, 2024
commit fc65fda9d653742d7a830c522d28ffe9436b7b10
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.1.0"}
{".":"1.2.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.2.0](https://github.com/opensource-nepal/commitlint/compare/v1.1.0...v1.2.0) (2024-07-24)


### Features

* allow bump commits ([#55](https://github.com/opensource-nepal/commitlint/issues/55)) ([bb8a3b7](https://github.com/opensource-nepal/commitlint/commit/bb8a3b74134f42a48acec18ab87e6a0293c07e84))


### Bug Fixes

* handle commit message starting with # ([#59](https://github.com/opensource-nepal/commitlint/issues/59)) ([ea7683f](https://github.com/opensource-nepal/commitlint/commit/ea7683f2cf265090fda7ddfadfc9853caa05e546))

## [1.1.0](https://github.com/opensource-nepal/commitlint/compare/v1.0.0...v1.1.0) (2024-07-02)


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