diff --git a/CHANGELOG.md b/CHANGELOG.md index adbb176..cad5eba 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.8.14 (2022-07-24) + +### Fix + +- **deps**: bump ScribeMD/docker-cache from 0.2.0 to 0.2.1 + ## 0.8.13 (2022-07-23) ### Fix diff --git a/README.md b/README.md index c6bee69..cd5ed3a 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ in `.pre-commit-config.yaml`. ```yaml - name: Install and run pre-commit hooks. - uses: ScribeMD/pre-commit-action@0.8.13 + uses: ScribeMD/pre-commit-action@0.8.14 ``` ## Inputs diff --git a/pyproject.toml b/pyproject.toml index 59bba00..f305193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool] [tool.commitizen] - version = "0.8.13" + version = "0.8.14" version_files = [ "pyproject.toml:version", "README.md:pre-commit-action@" @@ -12,7 +12,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pre-commit-action" - version = "0.8.13" + version = "0.8.14" description = "Optimized GitHub Action for Running pre-commit Hooks" authors = ["Kurt von Laven "] license = "MIT"