Skip to content

Commit 4b76a15

Browse files
chore(release): 3.4.1
## <small>3.4.1 (2026-07-10)</small> * fix(daemon): prefer active CLI for launchd (#67) ([e3be66e](e3be66e)), closes [#67](#67)
1 parent e3be66e commit 4b76a15

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## <small>3.4.1 (2026-07-10)</small>
2+
3+
* fix(daemon): prefer active CLI for launchd (#67) ([e3be66e](https://github.com/hack-dance/hack/commit/e3be66e)), closes [#67](https://github.com/hack-dance/hack/issues/67)
4+
15
## 3.4.0 (2026-07-10)
26

37
* feat(runtime): expose branch-safe host metadata (#66) ([0b0ec61](https://github.com/hack-dance/hack/commit/0b0ec61)), closes [#66](https://github.com/hack-dance/hack/issues/66) [#65](https://github.com/hack-dance/hack/issues/65)

apps/macos/Config/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ PRODUCT_NAME = Hack Desktop
99
PRODUCT_BUNDLE_IDENTIFIER = dance.hack.desktop
1010
HACK_URL_SCHEME = hack
1111
MACOSX_DEPLOYMENT_TARGET = 14.0
12-
MARKETING_VERSION = 3.4.0
12+
MARKETING_VERSION = 3.4.1
1313
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": "3.4.0",
3+
"version": "3.4.1",
44
"packageManager": "bun@1.3.9",
55
"module": "index.ts",
66
"type": "module",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hack/cli",
33
"private": true,
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"type": "module",
66
"module": "index.ts",
77
"scripts": {

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hack/db",
33
"private": true,
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"type": "module",
66
"main": "src/client.ts",
77
"module": "src/client.ts",

0 commit comments

Comments
 (0)