Skip to content

Commit 6197f4b

Browse files
chore(release): 1.21.3
## <small>1.21.3 (2026-03-24)</small> * fix(env): support multiline values and project-relative secret paths ([78d0860](78d0860)) * Merge branch 'main' into codex/define-env-key-rotation-and-recovery-flows-16o779 ([1dee32d](1dee32d)) * Merge branch 'main' into codex/define-env-key-rotation-and-recovery-flows-16o779 ([edf8091](edf8091)) * Merge branch 'main' into codex/define-env-key-rotation-and-recovery-flows-16o779 ([401ef6a](401ef6a)) * Merge pull request #29 from hack-dance/codex/define-env-key-rotation-and-recovery-flows-16o779 ([408f664](408f664)), closes [#29](#29) * docs: clarify portable env recovery flows ([5bb98db](5bb98db))
1 parent 78d0860 commit 6197f4b

6 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>1.21.3 (2026-03-24)</small>
2+
3+
* fix(env): support multiline values and project-relative secret paths ([78d0860](https://github.com/hack-dance/hack/commit/78d0860))
4+
* Merge branch 'main' into codex/define-env-key-rotation-and-recovery-flows-16o779 ([1dee32d](https://github.com/hack-dance/hack/commit/1dee32d))
5+
* Merge branch 'main' into codex/define-env-key-rotation-and-recovery-flows-16o779 ([edf8091](https://github.com/hack-dance/hack/commit/edf8091))
6+
* Merge branch 'main' into codex/define-env-key-rotation-and-recovery-flows-16o779 ([401ef6a](https://github.com/hack-dance/hack/commit/401ef6a))
7+
* Merge pull request #29 from hack-dance/codex/define-env-key-rotation-and-recovery-flows-16o779 ([408f664](https://github.com/hack-dance/hack/commit/408f664)), closes [#29](https://github.com/hack-dance/hack/issues/29)
8+
* docs: clarify portable env recovery flows ([5bb98db](https://github.com/hack-dance/hack/commit/5bb98db))
9+
110
## <small>1.21.2 (2026-03-24)</small>
211

312
* Merge branch 'main' into codex/linear-mention-hack-462-preserve-.env-compatibility-whil-6icfe6 ([7e821e4](https://github.com/hack-dance/hack/commit/7e821e4))

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 = 1.21.2
12+
MARKETING_VERSION = 1.21.3
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": "1.21.2",
3+
"version": "1.21.3",
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": "1.21.2",
4+
"version": "1.21.3",
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": "1.21.2",
4+
"version": "1.21.3",
55
"type": "module",
66
"main": "src/client.ts",
77
"module": "src/client.ts",

services/auth-broker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hack/auth-broker",
3-
"version": "1.21.2",
3+
"version": "1.21.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)