Skip to content

Commit

Permalink
chore(release): v1.0.0-alpha.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-alpha.6](v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-06-11)

### 🛠 Builds

* **deps:** upgrade dependency nodelix to 1.0.0-alpha.11 ([dffb94f](dffb94f))

### ⚙️ Continuous Integrations

* **action:** update actions/checkout action to v4.1.6 ([#17](#17)) ([ed710f5](ed710f5))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent dffb94f commit 01497bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.0.0-alpha.6](https://github.com/talent-ideal/semantic_release/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-06-11)

### 🛠 Builds

* **deps:** upgrade dependency nodelix to 1.0.0-alpha.11 ([dffb94f](https://github.com/talent-ideal/semantic_release/commit/dffb94fcbcbfc374eb6e33bbae035412bfecb374))

### ⚙️ Continuous Integrations

* **action:** update actions/checkout action to v4.1.6 ([#17](https://github.com/talent-ideal/semantic_release/issues/17)) ([ed710f5](https://github.com/talent-ideal/semantic_release/commit/ed710f585d6adb66b41471766af2b5639b94ac4b))

## [1.0.0-alpha.5](https://github.com/talent-ideal/semantic_release/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-05-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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.5", only: :dev, runtime: false}
{:semantic_release, "1.0.0-alpha.6", 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.5"
@version "1.0.0-alpha.6"
@source_url "https://github.com/talent-ideal/semantic_release"

def project do
Expand Down

0 comments on commit 01497bf

Please sign in to comment.