diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e338e65..2a400b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "app": "0.0.0", - ".": "1.7.4" + ".": "1.7.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae7f88..db1c5f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.7.5](https://github.com/hackclub/hackatime-desktop/compare/app-v1.7.4...app-v1.7.5) (2025-10-24) + + +### 🐛 Bugfixes + +* eliminate duplicate discord definitions ([472867d](https://github.com/hackclub/hackatime-desktop/commit/472867d58f306d70241b07b5f3135c34055ad555)) +* make option enabled by default ([d037bdb](https://github.com/hackclub/hackatime-desktop/commit/d037bdb529a4a078a5d10f7daa68698da9726e5f)) + ## [1.7.4](https://github.com/hackclub/hackatime-desktop/compare/app-v1.7.3...app-v1.7.4) (2025-10-24) diff --git a/package.json b/package.json index ecfd797..7b9693c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "desktop", "private": true, - "version": "1.7.4", + "version": "1.7.5", "type": "module", "packageManager": "pnpm@10.18.0", "scripts": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 40151a7..41681d0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Hackatime Desktop", - "version": "1.7.4", + "version": "1.7.5", "identifier": "com.hackclub.hackatime", "build": { "beforeDevCommand": "pnpm dev",