Skip to content

Commit 26aec36

Browse files
committed
chore: release version v0.4.5
1 parent 29e7212 commit 26aec36

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.5](https://github.com/ash-project/igniter_js/compare/v0.4.4...v0.4.5) (2025-02-24)
9+
10+
11+
12+
13+
### Features:
14+
15+
* add JS and CSS formatters for code standardization - rust biomejs (#21)
16+
817
## [v0.4.4](https://github.com/ash-project/igniter_js/compare/v0.4.3...v0.4.4) (2025-02-16)
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.4", only: [:dev, :test]}
17+
{:igniter_js, "~> 0.4.5", 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.4"
3+
@version "0.4.5"
44
@source_url "https://github.com/ash-project/igniter_js"
55

66
@description """

0 commit comments

Comments
 (0)