Skip to content

Commit

Permalink
chore: release version v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shahryarjb committed Jan 18, 2025
1 parent 4aa93d5 commit 9ca4bfb
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.3](https://github.com/ash-project/igniter_js/compare/v0.4.2...v0.4.3) (2025-01-18)




### Bug Fixes:

* rebuild NIF without lto

## [v0.4.2](https://github.com/ash-project/igniter_js/compare/v0.4.1...v0.4.2) (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.2", only: [:dev, :test]}
{:igniter_js, "~> 0.4.3", 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.2"
@version "0.4.3"
@source_url "https://github.com/ash-project/igniter_js"

@description """
Expand Down

0 comments on commit 9ca4bfb

Please sign in to comment.