diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f2eef..8070a3c 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.108 (2023-09-23) + +### Fix + +- **deps**: bump commitizen to v3.9.1 + ## 0.9.107 (2023-09-13) ### Fix diff --git a/README.md b/README.md index f0a2c91..1d956dd 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.107 + uses: ScribeMD/pre-commit-action@0.9.108 ``` ## Inputs diff --git a/pyproject.toml b/pyproject.toml index c19bbe6..f03e104 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.107" + version = "0.9.108" description = "Optimized GitHub Action for Running pre-commit Hooks" authors = ["Kurt von Laven "] license = "MIT"