diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b7f1c1..26061f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "app": "0.0.0", - ".": "1.1.12" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 430cf6a..7a7d42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/hackclub/hackatime-desktop/compare/app-v1.1.12...app-v1.2.0) (2025-10-07) + + +### ✨ Features + +* home page redesign ([#40](https://github.com/hackclub/hackatime-desktop/issues/40)) ([aaba534](https://github.com/hackclub/hackatime-desktop/commit/aaba534a6dfe2dfb3ce33a9aa2ce25ddc9c0cb4c)) + ## [1.1.12](https://github.com/hackclub/hackatime-desktop/compare/app-v1.1.11...app-v1.1.12) (2025-10-05) diff --git a/package.json b/package.json index 7672bbc..d736dc9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "desktop", "private": true, - "version": "1.1.12", + "version": "1.2.0", "type": "module", "packageManager": "pnpm@10.18.0", "scripts": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index de68281..663cbc0 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.1.12", + "version": "1.2.0", "identifier": "com.hackclub.hackatime", "build": { "beforeDevCommand": "pnpm dev", @@ -33,7 +33,7 @@ "csp": null } }, - "bundle": { + "bundle": { "active": true, "targets": "all", "createUpdaterArtifacts": "v1Compatible",