Skip to content

Commit

Permalink
release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Nov 25, 2023
1 parent b041877 commit 1824797
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
logFilePath string
)

const Version = "v1.4.1"
const Version = "v1.4.2"

func Dir() string {
return configDir
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1824797

Please sign in to comment.