Skip to content

Commit

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

### 🛠 Builds

* **deps:** update dependency nodelix to v1.0.0-alpha.12 ([786c16e](786c16e))

### ♻️ Chores

* fix renovate config ([1618387](1618387))
  • Loading branch information
semantic-release-bot committed Jun 20, 2024
1 parent 786c16e commit 63476a2
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.7](https://github.com/talent-ideal/semantic_release/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2024-06-20)

### 🛠 Builds

* **deps:** update dependency nodelix to v1.0.0-alpha.12 ([786c16e](https://github.com/talent-ideal/semantic_release/commit/786c16e65b5aa635ef2c041e7a0b9a2b71f295e4))

### ♻️ Chores

* fix renovate config ([1618387](https://github.com/talent-ideal/semantic_release/commit/1618387bec75001a769d395d5a4661f416b19bf0))

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

def project do
Expand Down

0 comments on commit 63476a2

Please sign in to comment.