Skip to content

Commit

Permalink
chore: release version v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shahryarjb committed Jan 17, 2025
1 parent 0aff894 commit d134835
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.4.1](https://github.com/ash-project/igniter_js/compare/v0.4.0...v0.4.1) (2025-01-17)




### Bug Fixes:

* rebuild NIF

## [v0.4.0](https://github.com/ash-project/igniter_js/compare/v0.3.0...v0.4.0) (2025-01-17)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ IgniterJs is javascript patching functionality for [Igniter](https://hexdocs.pm/
IgniterJs can be added to an existing elixir project by adding it to your dependencies:

```elixir
{:igniter_js, "~> 0.4.0", only: [:dev, :test]}
{:igniter_js, "~> 0.4.1", only: [:dev, :test]}
```

## Status
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule IgniterJs.MixProject do
use Mix.Project
@version "0.4.0"
@version "0.4.1"
@source_url "https://github.com/ash-project/igniter_js"

@description """
Expand Down

0 comments on commit d134835

Please sign in to comment.