Skip to content

Commit 7cb4ded

Browse files
committed
chore: release version v0.15.1
1 parent b46513d commit 7cb4ded

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v0.15.1](https://github.com/ash-project/ash_typescript/compare/v0.15.0...v0.15.1) (2026-02-21)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* restore method/module_name in spark formatter locals_without_parens by [@Torkan](https://github.com/Torkan)
22+
23+
* add typed_controller_path_params_style config option by [@Torkan](https://github.com/Torkan)
24+
25+
* codegen: check typescript_type_name before unwrapping NewTypes (#52) by [@Torkan](https://github.com/Torkan)
26+
1427
## [v0.15.0](https://github.com/ash-project/ash_typescript/compare/v0.14.4...v0.15.0) (2026-02-19)
1528

1629

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.15.0"
8+
@version "0.15.1"
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)