Skip to content

Commit 60deca0

Browse files
authored
chore: Bump package version
1 parent 1ce1c7f commit 60deca0

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.cz.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
commitizen:
33
name: cz_conventional_commits
4-
tag_format: "v$major.$minor.$patch$prerelease"
5-
version: 2.0.0
4+
tag_format: v$major.$minor.$patch$prerelease
5+
version: 2.0.1
66
version_files:
77
- server/serve.go
88
- charts/autoversioned/Chart.yaml

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.0.1 (2023-02-24)
2+
3+
### Fix
4+
5+
- change tag_format for commitizen
6+
- add cache for github actions
7+
18
## 2.0.0 (2023-02-24)
29

310
### Fix

charts/autoversioned/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22

33
name: autoversioned
44

5-
version: 2.0.0
6-
appVersion: 2.0.0
5+
version: 2.0.1
6+
appVersion: 2.0.1
77

88
type: application

server/serve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
var (
15-
version = "2.0.0"
15+
version = "2.0.1"
1616
secret = "none"
1717
port = 8080
1818
)

0 commit comments

Comments
 (0)