Skip to content

Commit 9ab0579

Browse files
committed
chore: release version v0.4.8
1 parent 45837a5 commit 9ab0579

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v0.4.8](https://github.com/ash-project/igniter_js/compare/v0.4.7...v0.4.8) (2025-09-08)
9+
10+
11+
### Bug Fixes:
12+
13+
* remove rust-toolchain.toml file
14+
15+
816
## [v0.4.7](https://github.com/ash-project/igniter_js/compare/v0.4.6...v0.4.7) (2025-09-07)
917

1018

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

66
@description """

0 commit comments

Comments
 (0)