diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8ba68..60cf2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 133c199..0a4e935 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.0", + "version": "1.2.0", "devDependencies": { "cz-conventional-changelog": "^3.3.0" }, diff --git a/util.go b/util.go index 28cfec7..784fa76 100644 --- a/util.go +++ b/util.go @@ -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 = ` _____ _____ _