From 83cbe2bd88032b1a2ed7daa192297a4f4d4f825f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Nov 2023 16:36:30 +0000 Subject: [PATCH] chore(release): v1.0.0-alpha.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) 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