Skip to content

Commit 6995980

Browse files
chore: release v1.2.0
1 parent bb8a3b7 commit 6995980

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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

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

3+
## [1.2.0](https://github.com/opensource-nepal/commitlint/compare/v1.1.0...v1.2.0) (2024-07-17)
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+
310
## [1.1.0](https://github.com/opensource-nepal/commitlint/compare/v1.0.0...v1.1.0) (2024-07-02)
411

512

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)