diff --git a/CHANGELOG.md b/CHANGELOG.md index 02df6df..ba23679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.0-alpha.10](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-05-02) + + +### 🐛 Bug Fixes + +* update latest Node LTS version to 20.12.2 ([#2](https://github.com/sheerlox/nodelix/issues/2)) ([9eb27a0](https://github.com/sheerlox/nodelix/commit/9eb27a04f81483659af692c4f811b400698031e1)) + + +### ♻️ Chores + +* **readme:** add Hex.pm badges ([1a74df1](https://github.com/sheerlox/nodelix/commit/1a74df1018f6e68bebb729003fe0f76128e6f5eb)) + ## [1.0.0-alpha.9](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2023-12-01) diff --git a/README.md b/README.md index b92e0da..841b096 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The package can be installed by adding `nodelix` to your list of dependencies in ```elixir def deps do [ - {:nodelix, "1.0.0-alpha.9", only: :dev, runtime: false} + {:nodelix, "1.0.0-alpha.10", only: :dev, runtime: false} ] end ``` diff --git a/mix.exs b/mix.exs index 4e04803..83a0b99 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nodelix.MixProject do use Mix.Project - @version "1.0.0-alpha.9" + @version "1.0.0-alpha.10" @source_url "https://github.com/sheerlox/nodelix" def project do