Skip to content

Commit 183a5da

Browse files
committed
chore: release version v0.4.6
1 parent 3362e51 commit 183a5da

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.4.6](https://github.com/ash-project/igniter_js/compare/v0.4.5...v0.4.6) (2025-03-08)
9+
10+
11+
12+
13+
### Features:
14+
15+
* parser: add AST manipulation functions for inserting, replacing, and exporting AST as JSON (#24)
16+
817
## [v0.4.5](https://github.com/ash-project/igniter_js/compare/v0.4.4...v0.4.5) (2025-02-24)
918

1019

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ IgniterJs is javascript patching functionality for [Igniter](https://hexdocs.pm/
1414
IgniterJs can be added to an existing elixir project by adding it to your dependencies:
1515

1616
```elixir
17-
{:igniter_js, "~> 0.4.5", only: [:dev, :test]}
17+
{:igniter_js, "~> 0.4.6", only: [:dev, :test]}
1818
```
1919

2020
## Status

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule IgniterJs.MixProject do
22
use Mix.Project
3-
@version "0.4.5"
3+
@version "0.4.6"
44
@source_url "https://github.com/ash-project/igniter_js"
55

66
@description """

0 commit comments

Comments
 (0)