Skip to content

Commit 0d9c8d1

Browse files
authoredJul 2, 2024··
chore: release v1.1.0 (#53)
1 parent 62e1128 commit 0d9c8d1

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.0.0"}
1+
{".":"1.1.0"}

‎CHANGELOG.md

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

3+
## [1.1.0](https://github.com/opensource-nepal/commitlint/compare/v1.0.0...v1.1.0) (2024-07-02)
4+
5+
6+
### Features
7+
8+
* support pull_request_target events ([#52](https://github.com/opensource-nepal/commitlint/issues/52)) ([62e1128](https://github.com/opensource-nepal/commitlint/commit/62e11285d5628dff5f67645d1c718e1276478ecb))
9+
10+
11+
### Bug Fixes
12+
13+
* security updates on commitlint action and workflows ([#48](https://github.com/opensource-nepal/commitlint/issues/48)) ([b98c73f](https://github.com/opensource-nepal/commitlint/commit/b98c73fb68f11b66ec8d3f227c6b129598c28726))
14+
315
## [1.0.0](https://github.com/opensource-nepal/commitlint/compare/v0.2.1...v1.0.0) (2024-05-24)
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.0.0" # x-release-please-version
6+
__version__ = "1.1.0" # x-release-please-version

0 commit comments

Comments
 (0)
Please sign in to comment.