Skip to content

Commit

Permalink
chore(release): v1.0.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 24, 2023
1 parent 1db5348 commit 83cbe2b
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,3 +1,16 @@
## [1.0.0-alpha.3](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-11-24)


### 📚 Documentation

* **readme:** add do not use warning ([1db5348](https://github.com/sheerlox/nodelix/commit/1db53484ccab2d5192b382a6be8d61b629405aa4))


### ⚙️ Continuous Integrations

* handle hex publishing in semantic-release ([aeeba12](https://github.com/sheerlox/nodelix/commit/aeeba12e4bb16ff8b555188572214ed3f6e03575))
* unpublish next version if release fails ([9ca1f44](https://github.com/sheerlox/nodelix/commit/9ca1f44a10afc2ea16cfbe80af80ca08afeffe39))

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


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ by adding `nodelix` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:nodelix, "~> 1.0.0-alpha.2"}
{:nodelix, "~> 1.0.0-alpha.3"}
]
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.2"
@version "1.0.0-alpha.3"
@source_url "https://github.com/sheerlox/nodelix"

def project do
Expand Down

0 comments on commit 83cbe2b

Please sign in to comment.