diff --git a/CHANGELOG.md b/CHANGELOG.md index 471367f..4a42ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.4.2 (2023-11-25) + +Internal: + +- Make stable releases for macOS more seamless (#25) + +Bug fixes: + +- Fix risk of data loss due to db migrations (#24) + ## 1.4.1 (2023-11-23) Internal: diff --git a/config/config.go b/config/config.go index dec6e3a..e8d52e1 100644 --- a/config/config.go +++ b/config/config.go @@ -22,7 +22,7 @@ var ( logFilePath string ) -const Version = "v1.4.1" +const Version = "v1.4.2" func Dir() string { return configDir diff --git a/package.json b/package.json index 550505e..60e261e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ayoisaiah/focus", - "version": "1.4.1", + "version": "1.4.2", "description": "Focus is a command-line productivity timer based on the Pomodoro Technique", "main": "", "repository": "https://github.com/ayoisaiah/focus",