From 526555c0029950b6124b25eff3d6a041e15b9787 Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Sun, 17 Dec 2023 10:47:04 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.9.121=20=E2=86=92=200.9.122?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369fe36..5490257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This changelog is auto-generated by the Python-based [Commitizen](https://commitizen-tools.github.io/commitizen). +## 0.9.122 (2023-12-17) + +### Fix + +- **deps**: bump commitizen to v3.13.0 + ## 0.9.121 (2023-12-12) ### Fix diff --git a/README.md b/README.md index 3de97e4..fbfc4b4 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ in `.pre-commit-config.yaml`. ```yaml - name: Install and run pre-commit hooks. - uses: ScribeMD/pre-commit-action@0.9.121 + uses: ScribeMD/pre-commit-action@0.9.122 ``` ## Inputs diff --git a/pyproject.toml b/pyproject.toml index 58142f6..805a64b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pre-commit-action" - version = "0.9.121" + version = "0.9.122" description = "Optimized GitHub Action for Running pre-commit Hooks" authors = ["Kurt von Laven "] license = "MIT"