Skip to content

Commit b6e8a50

Browse files
chore(release): v1.0.0-alpha.4 [skip ci]
## [1.0.0-alpha.4](v1.0.0-alpha.3...v1.0.0-alpha.4) (2023-11-28) ### ✨ Features * add Node.js `VersionManager` module & Mix tasks ([#1](#1)) ([cc5d14d](cc5d14d))
1 parent cc5d14d commit b6e8a50

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changelog
2+
3+
## [1.0.0-alpha.4](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2023-11-28)
4+
5+
6+
### ✨ Features
7+
8+
* add Node.js `VersionManager` module & Mix tasks ([#1](https://github.com/sheerlox/nodelix/issues/1)) ([cc5d14d](https://github.com/sheerlox/nodelix/commit/cc5d14d678a8db3fa130398efc340648d741d376))
9+
110
# Changelog
211

312
## [1.0.0-alpha.3](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-11-24)

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.3"
4+
@version "1.0.0-alpha.4"
55
@source_url "https://github.com/sheerlox/nodelix"
66

77
def project do

0 commit comments

Comments
 (0)