Skip to content

Commit dbe139d

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.15.10 → 0.16.0
1 parent 16597ea commit dbe139d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717

1818
## Python, Polyglot, Git, pre-commit
1919
- repo: https://github.com/ScribeMD/pre-commit-hooks
20-
rev: 0.15.10 # automatically updated by Commitizen
20+
rev: 0.16.0 # automatically updated by Commitizen
2121
hooks:
2222
- id: no-merge-commits
2323
- id: asdf-install

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.16.0 (2023-09-20)
7+
8+
### Feat
9+
10+
- **yarn-sdks**: Add hook to generate Yarn SDKs
11+
612
## 0.15.10 (2023-09-20)
713

814
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "poetry.core.masonry.api"
1010

1111
[tool.poetry]
1212
name = "pre-commit-hooks"
13-
version = "0.15.10"
13+
version = "0.16.0"
1414
description = "Hooks for Use With the pre-commit Framework"
1515
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
1616
license = "MIT"

0 commit comments

Comments
 (0)