Skip to content

Commit

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

### 🛠 Builds

* **deps:** update dependency gpg_ex to v1.0.0-alpha.4 ([3e1353f](3e1353f))
  • Loading branch information
semantic-release-bot committed Nov 29, 2023
1 parent 3e1353f commit 5dfe8d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-alpha.6](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2023-11-29)


### 🛠 Builds

* **deps:** update dependency gpg_ex to v1.0.0-alpha.4 ([3e1353f](https://github.com/sheerlox/nodelix/commit/3e1353f6ff443ec427651d49402a8e98073b1e37))

## [1.0.0-alpha.5](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2023-11-28)


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.5", only: :dev, runtime: false}
{:nodelix, "1.0.0-alpha.6", 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.5"
@version "1.0.0-alpha.6"
@source_url "https://github.com/sheerlox/nodelix"

def project do
Expand Down

0 comments on commit 5dfe8d9

Please sign in to comment.