From 0d9c8d10b91719f2ec31265797fd3cba89dff1d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:00:22 +0545 Subject: [PATCH] chore: release v1.1.0 (#53) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ src/commitlint/__version__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11fea0f..8d6e472 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.0"} +{".":"1.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 819dcca..d4a0a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## [1.1.0](https://github.com/opensource-nepal/commitlint/compare/v1.0.0...v1.1.0) (2024-07-02) + + +### Features + +* support pull_request_target events ([#52](https://github.com/opensource-nepal/commitlint/issues/52)) ([62e1128](https://github.com/opensource-nepal/commitlint/commit/62e11285d5628dff5f67645d1c718e1276478ecb)) + + +### Bug Fixes + +* 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)) + ## [1.0.0](https://github.com/opensource-nepal/commitlint/compare/v0.2.1...v1.0.0) (2024-05-24) diff --git a/src/commitlint/__version__.py b/src/commitlint/__version__.py index 173f006..b0cd0f4 100644 --- a/src/commitlint/__version__.py +++ b/src/commitlint/__version__.py @@ -3,4 +3,4 @@ NOTE: The version is auto-updated by release-please action. """ -__version__ = "1.0.0" # x-release-please-version +__version__ = "1.1.0" # x-release-please-version