File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v0.8.2] ( https://github.com/ash-project/ash_typescript/compare/v0.8.1...v0.8.2 ) (2025-11-20)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * codegen: export Infer* Result types from generated TypeScript by [ @Torkan ] ( https://github.com/Torkan )
22+
1423## [ v0.8.1] ( https://github.com/ash-project/ash_typescript/compare/v0.8.0...v0.8.1 ) (2025-11-20)
1524
1625
Original file line number Diff line number Diff line change 55defmodule AshTypescript.MixProject do
66 use Mix.Project
77
8- @ version "0.8.1 "
8+ @ version "0.8.2 "
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.
You can’t perform that action at this time.
0 commit comments