diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ac18738..00a7b7c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "app": "0.0.0", - ".": "1.1.6" + ".": "1.1.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 37930f9..7546989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.7](https://github.com/hackclub/hackatime-desktop/compare/app-v1.1.6...app-v1.1.7) (2025-10-04) + + +### 👽 Miscellaneous + +* **ci:** update s3 bucket name ([e9eb46c](https://github.com/hackclub/hackatime-desktop/commit/e9eb46cbc4102f268f0015de12842f825263187c)) +* update codeowners ([bb4f891](https://github.com/hackclub/hackatime-desktop/commit/bb4f8911781f8b0a53707f4b98ae14867a6b34f9)) +* update readme ([56bc33c](https://github.com/hackclub/hackatime-desktop/commit/56bc33ceacd31e08222055ab9c60cc741c093f3a)) +* update readme ([9b294de](https://github.com/hackclub/hackatime-desktop/commit/9b294dee2575bc18a9f63e94d5807bede7d4d7ce)) + ## [1.1.6](https://github.com/hackclub/hackatime-desktop/compare/app-v1.1.5...app-v1.1.6) (2025-10-04) diff --git a/package.json b/package.json index 18e4b18..a7cee58 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "desktop", "private": true, - "version": "1.1.6", + "version": "1.1.7", "type": "module", "packageManager": "pnpm@9.15.0", "scripts": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 71adb52..5936b6e 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.6", + "version": "1.1.7", "identifier": "com.hackclub.hackatime", "build": { "beforeDevCommand": "pnpm dev",