From a290e8f27837d2dfb8b4ec55d8f60349c2c3f7c3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Nov 2023 13:55:52 +0000 Subject: [PATCH] chore(release): v1.0.0-alpha.7 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.0-alpha.7](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2023-11-29) ### ⚠ Breaking changes * the profile is no longer the first argument of `mix nodelix` ### ✨ Features * add `mix nodelix.npm` task ([8f3b22c](https://github.com/sheerlox/nodelix/commit/8f3b22c46ea5c79b3a1e9d817d66f81ebeca2f31)) * make profile a task option ([47d05ed](https://github.com/sheerlox/nodelix/commit/47d05ed813bf5893ffabf56c93a7e80bfa8a9383)) --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b063c2..7174f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.0-alpha.7](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2023-11-29) + + +### ⚠ Breaking changes + +* the profile is no longer the first argument of `mix nodelix` + +### ✨ Features + +* add `mix nodelix.npm` task ([8f3b22c](https://github.com/sheerlox/nodelix/commit/8f3b22c46ea5c79b3a1e9d817d66f81ebeca2f31)) +* make profile a task option ([47d05ed](https://github.com/sheerlox/nodelix/commit/47d05ed813bf5893ffabf56c93a7e80bfa8a9383)) + ## [1.0.0-alpha.6](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2023-11-29) diff --git a/README.md b/README.md index c2912fd..0143edf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The package can be installed by adding `nodelix` to your list of dependencies in ```elixir def deps do [ - {:nodelix, "1.0.0-alpha.6", only: :dev, runtime: false} + {:nodelix, "1.0.0-alpha.7", only: :dev, runtime: false} ] end ``` diff --git a/mix.exs b/mix.exs index 75c5403..5e3e4c3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nodelix.MixProject do use Mix.Project - @version "1.0.0-alpha.6" + @version "1.0.0-alpha.7" @source_url "https://github.com/sheerlox/nodelix" def project do