Skip to content

Commit 507735c

Browse files
committed
chore: release version v0.2.0
1 parent e121756 commit 507735c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## v0.2.0 (2025-09-17)
9+
10+
11+
12+
13+
### Features:
14+
15+
* Add Phoenix Channel support & generation of channel functions. by Torkild Kjevik
16+
17+
### Bug Fixes:
18+
19+
* Only send relevant data to the backend. by Torkild Kjevik
20+
21+
### Improvements:
22+
23+
* prefix socket assigns with `ash_` by Torkild Kjevik
24+
25+
* Add timeout parameter to channel rpc actions. by Torkild Kjevik
26+
827
## v0.1.2 (2025-09-15)
928

1029

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add to your `mix.exs`:
1919
```elixir
2020
def deps do
2121
[
22-
{:ash_typescript, "~> 0.1.2"}
22+
{:ash_typescript, "~> 0.2.0"}
2323
]
2424
end
2525
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AshTypescript.MixProject do
22
use Mix.Project
33

4-
@version "0.1.2"
4+
@version "0.2.0"
55

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

0 commit comments

Comments
 (0)