Skip to content

Commit 99434be

Browse files
chore: release v1.2.0 (#58)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b5393b2 commit 99434be

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.1.0"}
1+
{".":"1.2.0"}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## [1.2.0](https://github.com/opensource-nepal/commitlint/compare/v1.1.0...v1.2.0) (2024-07-24)
4+
5+
6+
### Features
7+
8+
* allow bump commits ([#55](https://github.com/opensource-nepal/commitlint/issues/55)) ([bb8a3b7](https://github.com/opensource-nepal/commitlint/commit/bb8a3b74134f42a48acec18ab87e6a0293c07e84))
9+
10+
11+
### Bug Fixes
12+
13+
* handle commit message starting with # ([#59](https://github.com/opensource-nepal/commitlint/issues/59)) ([ea7683f](https://github.com/opensource-nepal/commitlint/commit/ea7683f2cf265090fda7ddfadfc9853caa05e546))
14+
315
## [1.1.0](https://github.com/opensource-nepal/commitlint/compare/v1.0.0...v1.1.0) (2024-07-02)
416

517

src/commitlint/__version__.py

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

0 commit comments

Comments
 (0)