Skip to content

Commit

Permalink
chore(release): v1.0.0-alpha.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-alpha.10](v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-05-02)

### 🐛 Bug Fixes

* update latest Node LTS version to 20.12.2 ([#2](#2)) ([9eb27a0](9eb27a0))

### ♻️ Chores

* **readme:** add Hex.pm badges ([1a74df1](1a74df1))
  • Loading branch information
semantic-release-bot committed May 2, 2024
1 parent 9eb27a0 commit c829351
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.10](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-05-02)


### 🐛 Bug Fixes

* update latest Node LTS version to 20.12.2 ([#2](https://github.com/sheerlox/nodelix/issues/2)) ([9eb27a0](https://github.com/sheerlox/nodelix/commit/9eb27a04f81483659af692c4f811b400698031e1))


### ♻️ Chores

* **readme:** add Hex.pm badges ([1a74df1](https://github.com/sheerlox/nodelix/commit/1a74df1018f6e68bebb729003fe0f76128e6f5eb))

## [1.0.0-alpha.9](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2023-12-01)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The package can be installed by adding `nodelix` to your list of dependencies in
```elixir
def deps do
[
{:nodelix, "1.0.0-alpha.9", only: :dev, runtime: false}
{:nodelix, "1.0.0-alpha.10", 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.9"
@version "1.0.0-alpha.10"
@source_url "https://github.com/sheerlox/nodelix"

def project do
Expand Down

0 comments on commit c829351

Please sign in to comment.