Skip to content

Commit 08002af

Browse files
committed
chore: release version v0.4.10
1 parent 5de68cd commit 08002af

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v0.4.10](https://github.com/ash-project/igniter_js/compare/v0.4.9...v0.4.10) (2025-09-08)
9+
10+
11+
12+
813
## [v0.4.9](https://github.com/ash-project/igniter_js/compare/v0.4.8...v0.4.9) (2025-09-08)
914

1015

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.9", only: [:dev, :test]}
17+
{:igniter_js, "~> 0.4.10", 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.9"
3+
@version "0.4.10"
44
@source_url "https://github.com/ash-project/igniter_js"
55

66
@description """

native/igniter_js/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/igniter_js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "igniter_js"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
authors = ["Shahryar Tavakkoli"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)