From 1a5dfce46532b50e3054f5ffdd0ed9ee06b98bc6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Jun 2024 14:18:17 +0000 Subject: [PATCH] chore(release): v1.0.0-alpha.6 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.0-alpha.6](https://github.com/talent-ideal/semantic_release/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-06-11) ### 🛠 Builds * **deps:** upgrade dependency nodelix to 1.0.0-alpha.11 ([ebae37c](https://github.com/talent-ideal/semantic_release/commit/ebae37c9b48b5ec5d0802c20b24e8f399f90ebcc)) ### ⚙️ Continuous Integrations * **action:** update actions/checkout action to v4.1.6 ([#17](https://github.com/talent-ideal/semantic_release/issues/17)) ([ed710f5](https://github.com/talent-ideal/semantic_release/commit/ed710f585d6adb66b41471766af2b5639b94ac4b)) --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee19fc..9c34caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.0-alpha.6](https://github.com/talent-ideal/semantic_release/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-06-11) + +### 🛠 Builds + +* **deps:** upgrade dependency nodelix to 1.0.0-alpha.11 ([ebae37c](https://github.com/talent-ideal/semantic_release/commit/ebae37c9b48b5ec5d0802c20b24e8f399f90ebcc)) + +### ⚙️ Continuous Integrations + +* **action:** update actions/checkout action to v4.1.6 ([#17](https://github.com/talent-ideal/semantic_release/issues/17)) ([ed710f5](https://github.com/talent-ideal/semantic_release/commit/ed710f585d6adb66b41471766af2b5639b94ac4b)) + ## [1.0.0-alpha.5](https://github.com/talent-ideal/semantic_release/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-05-04) diff --git a/README.md b/README.md index 55c108c..6460e51 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The package can be installed by adding `semantic_release` to your list of depend ```elixir def deps do [ - {:semantic_release, "1.0.0-alpha.5", only: :dev, runtime: false} + {:semantic_release, "1.0.0-alpha.6", only: :dev, runtime: false} ] end ``` diff --git a/mix.exs b/mix.exs index ee985a3..4d1a3fe 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule SemanticRelease.MixProject do use Mix.Project - @version "1.0.0-alpha.5" + @version "1.0.0-alpha.6" @source_url "https://github.com/talent-ideal/semantic_release" def project do