Skip to content

Commit 2a4c80c

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.8.20 → 0.8.21
1 parent 52512e3 commit 2a4c80c

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This changelog is auto-generated by the Python-based
44
[Commitizen](https://commitizen-tools.github.io/commitizen).
55

6+
## 0.8.21 (2022-08-23)
7+
8+
### Fix
9+
10+
- **deps**: bump ScribeMD/docker-cache from 0.2.1 to 0.2.2
11+
612
## 0.8.20 (2022-08-17)
713

814
### Fix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ in `.pre-commit-config.yaml`.
5656

5757
```yaml
5858
- name: Install and run pre-commit hooks.
59-
uses: ScribeMD/pre-commit-action@0.8.20
59+
uses: ScribeMD/pre-commit-action@0.8.21
6060
```
6161
6262
## Inputs

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool]
66
[tool.commitizen]
7-
version = "0.8.20"
7+
version = "0.8.21"
88
version_files = [
99
"pyproject.toml:version",
1010
"README.md:pre-commit-action@"
1111
]
1212

1313
[tool.poetry]
1414
name = "pre-commit-action"
15-
version = "0.8.20"
15+
version = "0.8.21"
1616
description = "Optimized GitHub Action for Running pre-commit Hooks"
1717
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
1818
license = "MIT"

0 commit comments

Comments
 (0)