Skip to content

Commit

Permalink
chore(release): v1.0.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-alpha.2](v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-12-01)

### 🐛 Bug Fixes

* set nodelix as a production dependency ([49bcd09](49bcd09))

### 🛠 Builds

* **deps:** update dependency nodelix to v1.0.0-alpha.9 ([5062102](5062102))
  • Loading branch information
semantic-release-bot committed Dec 1, 2023
1 parent 5062102 commit 857b472
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.0-alpha.2](https://github.com/talent-ideal/semantic_release/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-12-01)


### 🐛 Bug Fixes

* set nodelix as a production dependency ([49bcd09](https://github.com/talent-ideal/semantic_release/commit/49bcd095bdeb7cff93a0d3f3090eb2bb79f50231))


### 🛠 Builds

* **deps:** update dependency nodelix to v1.0.0-alpha.9 ([5062102](https://github.com/talent-ideal/semantic_release/commit/5062102d8c5e22a3aef115bec86c09960a26636a))

## 1.0.0-alpha.1 (2023-11-30)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The package can be installed by adding `semantic_release` to your list of depend
```elixir
def deps do
[
{:semantic_release, "1.0.0-alpha.1", only: :dev, runtime: false}
{:semantic_release, "1.0.0-alpha.2", 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 SemanticRelease.MixProject do
use Mix.Project

@version "1.0.0-alpha.1"
@version "1.0.0-alpha.2"
@source_url "https://github.com/talent-ideal/semantic_release"

def project do
Expand Down

0 comments on commit 857b472

Please sign in to comment.