chore(main): release app 1.2.0 (#41)

Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>
This commit is contained in:
leafdbot[bot] 2025-10-07 12:43:19 -06:00 committed by GitHub
parent aaba534a6d
commit cc39c6b45a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{
"app": "0.0.0",
".": "1.1.12"
".": "1.2.0"
}

View file

@ -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)

View file

@ -1,7 +1,7 @@
{
"name": "desktop",
"private": true,
"version": "1.1.12",
"version": "1.2.0",
"type": "module",
"packageManager": "pnpm@10.18.0",
"scripts": {

View file

@ -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",