Skip to content

Commit 8254602

Browse files
committed
chore: update version id to 1.1.0
1 parent 855eaf7 commit 8254602

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.1.0](https://github.com/duruyao/goshare/compare/v1.0.0...v1.1.0) (2022-05-26)
2+
3+
4+
### Features
5+
6+
* show running status with ascii logo ([855eaf7](https://github.com/duruyao/goshare/commit/855eaf7a22db1be8d189d81135e10f12df070118))
7+
8+
9+
110
# [1.0.0](https://github.com/duruyao/goshare/compare/v0.9.0...v1.0.0) (2022-05-23)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.1.0",
33
"devDependencies": {
44
"cz-conventional-changelog": "^3.3.0"
55
},

util.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ func CurrentDirMust() string {
5555
const (
5656
App = `GoShare`
5757
Link = `https://github.com/duruyao/goshare`
58-
Version = `1.0.0`
59-
ReleaseDate = `2022-05-23`
58+
Version = `1.1.0`
59+
ReleaseDate = `2022-05-26`
6060
VersionSerialTmpl = `{{.App}} {{.Version}} ({{.ReleaseDate}})`
6161
Logo = `
6262
_____ _____ _

0 commit comments

Comments
 (0)