Skip to content

Commit 6273153

Browse files
committed
chore: release version v0.3.0
1 parent deff640 commit 6273153

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## v0.3.0 (2025-09-20)
9+
10+
11+
12+
13+
### Features:
14+
15+
* add igniter installer by Torkild Kjevik
16+
17+
### Improvements:
18+
19+
* add rpc routes & basic react setup in installer by Torkild Kjevik
20+
21+
* use String.contains? for checking if rpc routes already exist by Torkild Kjevik
22+
23+
* Set default config in config.exs by Torkild Kjevik
24+
825
## v0.2.0 (2025-09-17)
926

1027

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add to your `mix.exs`:
4545
```elixir
4646
def deps do
4747
[
48-
{:ash_typescript, "~> 0.2.0"}
48+
{:ash_typescript, "~> 0.3.0"}
4949
]
5050
end
5151
```

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.2.0"
4+
@version "0.3.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)