Skip to content

Commit f43cf54

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.9.2 → 0.9.3
1 parent 53c8092 commit f43cf54

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

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

6+
## 0.9.3 (2022-09-09)
7+
8+
### Fix
9+
10+
- **action**: Add back hook uninstall
11+
12+
### Refactor
13+
14+
- **action**: Remove unneeded hook uninstall
15+
616
## 0.9.2 (2022-09-05)
717

818
### Fix

README.md

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

6464
```yaml
6565
- name: Install and run pre-commit hooks.
66-
uses: ScribeMD/pre-commit-action@0.9.2
66+
uses: ScribeMD/pre-commit-action@0.9.3
6767
```
6868
6969
## 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.9.2"
7+
version = "0.9.3"
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.9.2"
15+
version = "0.9.3"
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)