Skip to content

Commit a812bb0

Browse files
chore(release): 1.9.0
## 1.9.0 (2026-02-13) * feat(macos): add update-available header badge and background checks ([88bfc01](88bfc01))
1 parent 88bfc01 commit a812bb0

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.9.0 (2026-02-13)
2+
3+
* feat(macos): add update-available header badge and background checks ([88bfc01](https://github.com/hack-dance/hack/commit/88bfc01))
4+
15
## 1.8.0 (2026-02-13)
26

37
* feat(macos): add update controls and version info in settings ([ab5de6f](https://github.com/hack-dance/hack/commit/ab5de6f))

apps/macos/Config/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ CODE_SIGN_ENTITLEMENTS = App/HackDesktop.entitlements
88
PRODUCT_NAME = Hack Desktop
99
PRODUCT_BUNDLE_IDENTIFIER = dance.hack.desktop
1010
MACOSX_DEPLOYMENT_TARGET = 14.0
11-
MARKETING_VERSION = 1.8.0
11+
MARKETING_VERSION = 1.9.0
1212
CURRENT_PROJECT_VERSION = $(MARKETING_VERSION)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hack-cli",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"module": "index.ts",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)