Skip to content

Commit

Permalink
chore(release): v1.0.0-alpha.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-alpha.7](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](8f3b22c))
* make profile a task option ([47d05ed](47d05ed))
  • Loading branch information
semantic-release-bot committed Nov 29, 2023
1 parent 8f3b22c commit a290e8f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a290e8f

Please sign in to comment.