diff --git a/CHANGELOG.md b/CHANGELOG.md index 2063313..f0333fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.0.0-alpha.3](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-11-24) + + +### 📚 Documentation + +* **readme:** add do not use warning ([1db5348](https://github.com/sheerlox/nodelix/commit/1db53484ccab2d5192b382a6be8d61b629405aa4)) + + +### ⚙️ Continuous Integrations + +* handle hex publishing in semantic-release ([aeeba12](https://github.com/sheerlox/nodelix/commit/aeeba12e4bb16ff8b555188572214ed3f6e03575)) +* unpublish next version if release fails ([9ca1f44](https://github.com/sheerlox/nodelix/commit/9ca1f44a10afc2ea16cfbe80af80ca08afeffe39)) + ## [1.0.0-alpha.2](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-11-22) diff --git a/README.md b/README.md index b8dcd40..7186b93 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ by adding `nodelix` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:nodelix, "~> 1.0.0-alpha.2"} + {:nodelix, "~> 1.0.0-alpha.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 257dfca..f4fd187 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nodelix.MixProject do use Mix.Project - @version "1.0.0-alpha.2" + @version "1.0.0-alpha.3" @source_url "https://github.com/sheerlox/nodelix" def project do