Skip to content

Commit

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

### 🛠 Builds

* update dependency semantic-release-hex to v1.1.1 ([df783d9](df783d9))

### ⚙️ Continuous Integrations

* update semantic-release config ([06e13e0](06e13e0))
  • Loading branch information
semantic-release-bot committed Nov 28, 2023
1 parent 06e13e0 commit 38a9cb1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Changelog

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


### 🛠 Builds

* update dependency semantic-release-hex to v1.1.1 ([df783d9](https://github.com/sheerlox/nodelix/commit/df783d9fb2b2fdb5cbb42ce35597c85ecfd6c795))


### ⚙️ Continuous Integrations

* update semantic-release config ([06e13e0](https://github.com/sheerlox/nodelix/commit/06e13e078d30b0ff639c0be7b403d36fae5f4981))

Changelog

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

def project do
Expand Down

0 comments on commit 38a9cb1

Please sign in to comment.