Skip to content

Commit c00e8e5

Browse files
chore(release): v1.0.0-alpha.9 [skip ci]
## [1.0.0-alpha.9](v1.0.0-alpha.8...v1.0.0-alpha.9) (2025-01-10) ### 🛠 Builds * **deps:** update minimum nodelix version to 1.0.0-alpha.15 ([0a1a28b](0a1a28b))
1 parent 0a1a28b commit c00e8e5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.0.0-alpha.9](https://github.com/unill-io/semantic_release/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2025-01-10)
4+
5+
### 🛠 Builds
6+
7+
* **deps:** update minimum nodelix version to 1.0.0-alpha.15 ([0a1a28b](https://github.com/unill-io/semantic_release/commit/0a1a28b609acaff968cc3e0c5df9a7fdd92eb19d))
8+
39
## [1.0.0-alpha.8](https://github.com/unill-io/semantic_release/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2025-01-09)
410

511
### 🛠 Builds

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The package can be installed by adding `semantic_release` to your list of depend
2626
```elixir
2727
def deps do
2828
[
29-
{:semantic_release, "1.0.0-alpha.8", only: :dev, runtime: false}
29+
{:semantic_release, "1.0.0-alpha.9", only: :dev, runtime: false}
3030
]
3131
end
3232
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule SemanticRelease.MixProject do
22
use Mix.Project
33

4-
@version "1.0.0-alpha.8"
4+
@version "1.0.0-alpha.9"
55
@source_url "https://github.com/unill-io/semantic_release"
66

77
def project do

0 commit comments

Comments
 (0)