Skip to content

Commit eef1319

Browse files
bump: version 0.22.1 → 0.22.2
1 parent 6779f82 commit eef1319

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ commitizen:
106106
name: cz_customize
107107
tag_format: v$version
108108
update_changelog_on_bump: false
109-
version: 0.22.1
109+
version: 0.22.2
110110
version_files:
111111
- internal/cli/app.go:Version

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.22.2 (2024-12-23)
2+
3+
### CI
4+
5+
- fix labeler workflow
6+
17
## v0.22.1 (2024-12-23)
28

39
### Refactor

internal/cli/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ func App(args []string) {
99
app := &cli.App{
1010
Name: "sheriff",
1111
Usage: "Fighting dangerous dangerous dependencies since 2024.",
12-
Version: "0.22.1",
12+
Version: "0.22.2",
1313
Commands: []*cli.Command{
1414
{
1515
Name: "patrol",

0 commit comments

Comments
 (0)