Skip to content

Commit a0d4a2a

Browse files
chore(release): v1.0.0-alpha.4 [skip ci]
## [1.0.0-alpha.4](v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-03-25) ### 🐛 Bug Fixes * update npm during installation ([db9db53](db9db53)), closes [#2](#2)
1 parent db9db53 commit a0d4a2a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [1.0.0-alpha.4](https://github.com/talent-ideal/semantic_release/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-03-25)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* update npm during installation ([db9db53](https://github.com/talent-ideal/semantic_release/commit/db9db53cc3e6a22cb4a899214c4540ed25fb5888)), closes [#2](https://github.com/talent-ideal/semantic_release/issues/2)
9+
310
## [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)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The package can be installed by adding `semantic_release` to your list of depend
2323
```elixir
2424
def deps do
2525
[
26-
{:semantic_release, "1.0.0-alpha.3", only: :dev, runtime: false}
26+
{:semantic_release, "1.0.0-alpha.4", only: :dev, runtime: false}
2727
]
2828
end
2929
```

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.3"
4+
@version "1.0.0-alpha.4"
55
@source_url "https://github.com/talent-ideal/semantic_release"
66

77
def project do

0 commit comments

Comments
 (0)