Skip to content

Commit 27e140d

Browse files
authored
chore: Bump package version
1 parent 930f55c commit 27e140d

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
5-
version: 1.2.0
5+
version: 1.3.0
66
version_files:
77
- server/serve.go
88
- charts/autoversioned/Chart.yaml

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.3.0 (2023-02-24)
2+
3+
### Fix
4+
5+
- add more permissions to pipeline
6+
- fix github tokens inside release
7+
- add target commit to creating release
8+
19
## 1.2.0 (2023-02-24)
210

311
### Feat

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: 1.2.0
6-
appVersion: 1.2.0
5+
version: 1.3.0
6+
appVersion: 1.3.0
77

88
type: application

server/serve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"net/http"
66
)
77

8-
var version = "1.2.0"
8+
var version = "1.3.0"
99

1010
func getVersion(w http.ResponseWriter, req *http.Request) {
1111
log.Printf("Responding with version")

0 commit comments

Comments
 (0)