Skip to content

Commit

Permalink
bump: version 0.9.106 → 0.9.107
Browse files Browse the repository at this point in the history
  • Loading branch information
commitizen-github-action[bot] committed Sep 13, 2023
1 parent 8e21eb3 commit f465b1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This changelog is auto-generated by the Python-based
[Commitizen](https://commitizen-tools.github.io/commitizen).

## 0.9.107 (2023-09-13)

### Fix

- **deps**: bump asdf from v0.12.0 to v0.13.1

## 0.9.106 (2023-09-13)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ in `.pre-commit-config.yaml`.

```yaml
- name: Install and run pre-commit hooks.
uses: ScribeMD/[email protected].106
uses: ScribeMD/[email protected].107
```
## Inputs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pre-commit-action"
version = "0.9.106"
version = "0.9.107"
description = "Optimized GitHub Action for Running pre-commit Hooks"
authors = ["Kurt von Laven <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f465b1f

Please sign in to comment.