Skip to content

Commit 274fd9f

Browse files
chore(release): 1.4.1
## <small>1.4.1 (2026-02-05)</small> * fix(ci): use current Xcode for macOS release build ([e13ee97](e13ee97)) * fix(ci): use release PAT for semantic-release pushes ([b35b87b](b35b87b)) * chore(ci): automate release pipeline from main and tags ([0fa5fc5](0fa5fc5))
1 parent b35b87b commit 274fd9f

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>1.4.1 (2026-02-05)</small>
2+
3+
* fix(ci): use current Xcode for macOS release build ([e13ee97](https://github.com/hack-dance/hack/commit/e13ee97))
4+
* fix(ci): use release PAT for semantic-release pushes ([b35b87b](https://github.com/hack-dance/hack/commit/b35b87b))
5+
* chore(ci): automate release pipeline from main and tags ([0fa5fc5](https://github.com/hack-dance/hack/commit/0fa5fc5))
6+
17
## 1.4.0 (2026-02-05)
28

39
* fix(daemon): restore missing status type imports ([eeea27c](https://github.com/hack-dance/hack/commit/eeea27c))

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.4.0
11+
MARKETING_VERSION = 1.4.1
1212
CURRENT_PROJECT_VERSION = 1

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.4.0",
3+
"version": "1.4.1",
44
"module": "index.ts",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)