Skip to content

Commit 83cbe2b

Browse files
chore(release): v1.0.0-alpha.3 [skip ci]
## [1.0.0-alpha.3](v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-11-24) ### πŸ“š Documentation * **readme:** add do not use warning ([1db5348](1db5348)) ### βš™οΈ Continuous Integrations * handle hex publishing in semantic-release ([aeeba12](aeeba12)) * unpublish next version if release fails ([9ca1f44](9ca1f44))
1 parent 1db5348 commit 83cbe2b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.0.0-alpha.3](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-11-24)
2+
3+
4+
### πŸ“š Documentation
5+
6+
* **readme:** add do not use warning ([1db5348](https://github.com/sheerlox/nodelix/commit/1db53484ccab2d5192b382a6be8d61b629405aa4))
7+
8+
9+
### βš™οΈ Continuous Integrations
10+
11+
* handle hex publishing in semantic-release ([aeeba12](https://github.com/sheerlox/nodelix/commit/aeeba12e4bb16ff8b555188572214ed3f6e03575))
12+
* unpublish next version if release fails ([9ca1f44](https://github.com/sheerlox/nodelix/commit/9ca1f44a10afc2ea16cfbe80af80ca08afeffe39))
13+
114
## [1.0.0-alpha.2](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-11-22)
215

316

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ by adding `nodelix` to your list of dependencies in `mix.exs`:
1212
```elixir
1313
def deps do
1414
[
15-
{:nodelix, "~> 1.0.0-alpha.2"}
15+
{:nodelix, "~> 1.0.0-alpha.3"}
1616
]
1717
end
1818
```

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

77
def project do

0 commit comments

Comments
Β (0)