Skip to content

Commit

Permalink
chore(release): v1.0.0-alpha.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-alpha.12](v1.0.0-alpha.11...v1.0.0-alpha.12) (2024-06-20)

### 🐛 Bug Fixes

* receive signing keys from nodejs/release-keys repo ([cb9de75](cb9de75))
* update latest Node LTS version to 20.14.0 ([6ed4f24](6ed4f24))

### ♻️ Chores

* fix renovate config ([514b9cb](514b9cb))
  • Loading branch information
semantic-release-bot committed Jun 20, 2024
1 parent 514b9cb commit 5b1107e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.0-alpha.12](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2024-06-20)


### 🐛 Bug Fixes

* receive signing keys from nodejs/release-keys repo ([cb9de75](https://github.com/sheerlox/nodelix/commit/cb9de75ff0085a464d8745660a6cac6affcf54a1))
* update latest Node LTS version to 20.14.0 ([6ed4f24](https://github.com/sheerlox/nodelix/commit/6ed4f24342258af91d282449236589f87376441e))


### ♻️ Chores

* fix renovate config ([514b9cb](https://github.com/sheerlox/nodelix/commit/514b9cb7e6dc93263cd48855863a67b9c41e8e72))

## [1.0.0-alpha.11](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2024-06-11)


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

def project do
Expand Down

0 comments on commit 5b1107e

Please sign in to comment.