Skip to content

Commit

Permalink
chore(release): v1.0.0-alpha.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-alpha.8](v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-11-30)

### ⚠ Breaking changes

* `--if-missing` is now the default, use `--force` to reinstall an existing version

### ✨ Features

* don't reinstall by default & add force install flag ([0bb58d0](0bb58d0))
  • Loading branch information
semantic-release-bot committed Nov 30, 2023
1 parent 0bb58d0 commit 600e833
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0-alpha.8](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-11-30)


### ⚠ Breaking changes

* `--if-missing` is now the default, use `--force` to reinstall an existing version

### ✨ Features

* don't reinstall by default & add force install flag ([0bb58d0](https://github.com/sheerlox/nodelix/commit/0bb58d06b77db15a2b3da66bf6cd4de18f5cded2))

## [1.0.0-alpha.7](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (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.7", only: :dev, runtime: false}
{:nodelix, "1.0.0-alpha.8", 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.7"
@version "1.0.0-alpha.8"
@source_url "https://github.com/sheerlox/nodelix"

def project do
Expand Down

0 comments on commit 600e833

Please sign in to comment.