diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d29582..af30804 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.126 (2023-12-18) + +### Fix + +- **deps**: bump scribemd/slack-templates action to v0.6.37 + ## 0.9.125 (2023-12-18) ### Fix diff --git a/README.md b/README.md index 6896a1f..6a65ea4 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.125 + uses: ScribeMD/pre-commit-action@0.9.126 ``` ## Inputs diff --git a/pyproject.toml b/pyproject.toml index b51f621..f998d1f 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.125" + version = "0.9.126" description = "Optimized GitHub Action for Running pre-commit Hooks" authors = ["Kurt von Laven "] license = "MIT"