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-12-10)

### 🐛 Bug Fixes

* force node.js installation on CI ([6fc201d](6fc201d))
  • Loading branch information
semantic-release-bot committed Dec 10, 2023
1 parent 6fc201d commit 7e78e81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### 🐛 Bug Fixes

* force node.js installation on CI ([6fc201d](https://github.com/talent-ideal/semantic_release/commit/6fc201d0587b833111b59ffffbd5f952d368c845))

## [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)


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.2", only: :dev, runtime: false}
{:semantic_release, "1.0.0-alpha.3", 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.2"
@version "1.0.0-alpha.3"
@source_url "https://github.com/talent-ideal/semantic_release"

def project do
Expand Down

0 comments on commit 7e78e81

Please sign in to comment.