Skip to content

Commit 572af85

Browse files
chore(release): v1.0.0-alpha.13 [skip ci]
## [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))
1 parent 0b270dd commit 572af85

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.0.0-alpha.13](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2024-12-21)
4+
5+
6+
### ✨ Features
7+
8+
* add `run_lts/2` and `install_and_run_lts/2` ([717d375](https://github.com/sheerlox/nodelix/commit/717d3755b42ef5184b330ad8cc0d3e49d196c189))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* update latest Node LTS version to 22.12.0 ([337e427](https://github.com/sheerlox/nodelix/commit/337e427fb24fb7cd460b2d97e06cfc9090af5881))
14+
15+
16+
### ♻️ Chores
17+
18+
* **deps:** lock file maintenance ([be6d387](https://github.com/sheerlox/nodelix/commit/be6d387d3f1d7f6cf8c4ec1081562cabfcc47e57))
19+
* update Node to 22.10.0 in .tool-versions ([0b270dd](https://github.com/sheerlox/nodelix/commit/0b270dd57a53d886a9169ea1b10fe99d5e01b088))
20+
321
## [1.0.0-alpha.12](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2024-06-20)
422

523

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The package can be installed by adding `nodelix` to your list of dependencies in
2727
```elixir
2828
def deps do
2929
[
30-
{:nodelix, "1.0.0-alpha.12", only: :dev, runtime: false}
30+
{:nodelix, "1.0.0-alpha.13", only: :dev, runtime: false}
3131
]
3232
end
3333
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Nodelix.MixProject do
22
use Mix.Project
33

4-
@version "1.0.0-alpha.12"
4+
@version "1.0.0-alpha.13"
55
@source_url "https://github.com/sheerlox/nodelix"
66

77
def project do

0 commit comments

Comments
 (0)