Skip to content

Commit

Permalink
chore: update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duruyao committed Jul 29, 2024
1 parent c8bffb4 commit f656f80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.2.0](https://github.com/duruyao/goshare/compare/v1.1.0...v1.2.0) (2024-07-29)


### Features

* support for handling single file instead of it's directory ([eee4c08](https://github.com/duruyao/goshare/commit/eee4c088cc5ad3088090cab31a0b6979ecabffcb))



# [1.1.0](https://github.com/duruyao/goshare/compare/v1.0.0...v1.1.0) (2022-05-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"devDependencies": {
"cz-conventional-changelog": "^3.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions util.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ func CurrentDirMust() string {
const (
App = `GoShare`
Link = `https://github.com/duruyao/goshare`
Version = `1.1.0`
ReleaseDate = `2022-05-26`
Version = `1.2.0`
ReleaseDate = `2024-07-29`
VersionSerialTmpl = `{{.App}} {{.Version}} ({{.ReleaseDate}})`
Logo = `
_____ _____ _
Expand Down

0 comments on commit f656f80

Please sign in to comment.