Skip to content

Commit 063b331

Browse files
committed
chore: release version v0.3.1
1 parent a0c765d commit 063b331

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## v0.3.1 (2025-09-20)
9+
10+
11+
12+
13+
### Improvements:
14+
15+
* add igniter install notices. by Torkild Kjevik
16+
817
## v0.3.0 (2025-09-20)
918

1019

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.3.0"}
48+
{:ash_typescript, "~> 0.3.1"}
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.3.0"
4+
@version "0.3.1"
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)