From cc39c6b45a27dfe38c5982407b0063aa337587b7 Mon Sep 17 00:00:00 2001 From: "leafdbot[bot]" <192038741+leafdbot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:43:19 -0600 Subject: [PATCH] chore(main): release app 1.2.0 (#41) Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- src-tauri/tauri.conf.json | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) 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",