Skip to content

Commit 20ef2c5

Browse files
committed
chore: release version v0.1.2
1 parent aae33ee commit 20ef2c5

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.1.2 (2025-09-15)
9+
10+
11+
12+
13+
### Improvements:
14+
15+
* Use correct casing in dsl docs filenames. by Torkild Kjevik
16+
817
## v0.1.1 (2025-09-15)
918

1019

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.1"}
22+
{:ash_typescript, "~> 0.1.2"}
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.1"
4+
@version "0.1.2"
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)