Skip to content

Commit a290e8f

Browse files
chore(release): v1.0.0-alpha.7 [skip ci]
## [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))
1 parent 8f3b22c commit a290e8f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.0.0-alpha.7](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2023-11-29)
4+
5+
6+
### ⚠ Breaking changes
7+
8+
* the profile is no longer the first argument of `mix nodelix`
9+
10+
### ✨ Features
11+
12+
* add `mix nodelix.npm` task ([8f3b22c](https://github.com/sheerlox/nodelix/commit/8f3b22c46ea5c79b3a1e9d817d66f81ebeca2f31))
13+
* make profile a task option ([47d05ed](https://github.com/sheerlox/nodelix/commit/47d05ed813bf5893ffabf56c93a7e80bfa8a9383))
14+
315
## [1.0.0-alpha.6](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2023-11-29)
416

517

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The package can be installed by adding `nodelix` to your list of dependencies in
2424
```elixir
2525
def deps do
2626
[
27-
{:nodelix, "1.0.0-alpha.6", only: :dev, runtime: false}
27+
{:nodelix, "1.0.0-alpha.7", only: :dev, runtime: false}
2828
]
2929
end
3030
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Nodelix.MixProject do
22
use Mix.Project
33

4-
@version "1.0.0-alpha.6"
4+
@version "1.0.0-alpha.7"
55
@source_url "https://github.com/sheerlox/nodelix"
66

77
def project do

0 commit comments

Comments
 (0)