Skip to content

Commit f656f80

Browse files
committed
chore: update version to 1.2.0
1 parent c8bffb4 commit f656f80

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.2.0](https://github.com/duruyao/goshare/compare/v1.1.0...v1.2.0) (2024-07-29)
2+
3+
4+
### Features
5+
6+
* support for handling single file instead of it's directory ([eee4c08](https://github.com/duruyao/goshare/commit/eee4c088cc5ad3088090cab31a0b6979ecabffcb))
7+
8+
9+
110
# [1.1.0](https://github.com/duruyao/goshare/compare/v1.0.0...v1.1.0) (2022-05-26)
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.1.0",
2+
"version": "1.2.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
@@ -69,8 +69,8 @@ func CurrentDirMust() string {
6969
const (
7070
App = `GoShare`
7171
Link = `https://github.com/duruyao/goshare`
72-
Version = `1.1.0`
73-
ReleaseDate = `2022-05-26`
72+
Version = `1.2.0`
73+
ReleaseDate = `2024-07-29`
7474
VersionSerialTmpl = `{{.App}} {{.Version}} ({{.ReleaseDate}})`
7575
Logo = `
7676
_____ _____ _

0 commit comments

Comments
 (0)