Skip to content

Commit

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

### ✨ Features

* add `run_lts/2` and `install_and_run_lts/2` ([717d375](717d375))

### 🐛 Bug Fixes

* update latest Node LTS version to 22.12.0 ([337e427](337e427))

### ♻️ Chores

* **deps:** lock file maintenance ([be6d387](be6d387))
* update Node to 22.10.0 in .tool-versions ([0b270dd](0b270dd))
  • Loading branch information
semantic-release-bot committed Dec 21, 2024
1 parent 0b270dd commit 572af85
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### ✨ Features

* add `run_lts/2` and `install_and_run_lts/2` ([717d375](https://github.com/sheerlox/nodelix/commit/717d3755b42ef5184b330ad8cc0d3e49d196c189))


### 🐛 Bug Fixes

* update latest Node LTS version to 22.12.0 ([337e427](https://github.com/sheerlox/nodelix/commit/337e427fb24fb7cd460b2d97e06cfc9090af5881))


### ♻️ Chores

* **deps:** lock file maintenance ([be6d387](https://github.com/sheerlox/nodelix/commit/be6d387d3f1d7f6cf8c4ec1081562cabfcc47e57))
* update Node to 22.10.0 in .tool-versions ([0b270dd](https://github.com/sheerlox/nodelix/commit/0b270dd57a53d886a9169ea1b10fe99d5e01b088))

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


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

def project do
Expand Down

0 comments on commit 572af85

Please sign in to comment.