Skip to content

Commit 2057958

Browse files
committed
chore: release version v0.7.1
1 parent 3112f1f commit 2057958

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v0.7.1](https://github.com/ash-project/ash_typescript/compare/v0.7.0...v0.7.1) (2025-11-08)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* add missing resources to typescript_rpc in test setup to fix compile warnings by [@Torkan](https://github.com/Torkan)
22+
1423
## [v0.7.0](https://github.com/ash-project/ash_typescript/compare/v0.6.4...v0.7.0) (2025-11-08)
1524

1625

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.7.0"
8+
@version "0.7.1"
99

1010
@description """
1111
The extension for tracking changes to your resources via a centralized event log, with replay functionality.

0 commit comments

Comments
 (0)