From 9ca4bfb51d998998044cb0f9176f5d63a6d53d1c Mon Sep 17 00:00:00 2001 From: Shahryar Tavakkoli Date: Sat, 18 Jan 2025 11:51:27 +0330 Subject: [PATCH] chore: release version v0.4.3 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44d254..e53eac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index 88366bc..992ea72 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mix.exs b/mix.exs index 2649b01..2fda4fc 100644 --- a/mix.exs +++ b/mix.exs @@ -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 """