Skip to content

Commit 5b79c40

Browse files
committed
chore: release version v0.14.4
1 parent 8749c7a commit 5b79c40

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v0.14.4](https://github.com/ash-project/ash_typescript/compare/v0.14.3...v0.14.4) (2026-02-14)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* rpc: add JSON-safe error serialization for policy breakdowns by [@Torkan](https://github.com/Torkan)
22+
23+
* zod: topologically sort resource schemas to fix declaration order by [@Torkan](https://github.com/Torkan)
24+
1425
## [v0.14.3](https://github.com/ash-project/ash_typescript/compare/v0.14.2...v0.14.3) (2026-02-11)
1526

1627

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule AshTypescript.MixProject do
66
use Mix.Project
77

8-
@version "0.14.3"
8+
@version "0.14.4"
99

1010
@description """
1111
Generate type-safe TypeScript clients directly from your Ash resources and actions, ensuring end-to-end type safety between your backend and frontend.

0 commit comments

Comments
 (0)