Skip to content

Commit

Permalink
chore(release): v1.0.0-alpha.4 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Mar 25, 2024
1 parent db9db53 commit a0d4a2a
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.4](https://github.com/talent-ideal/semantic_release/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-03-25)


### 🐛 Bug Fixes

* 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)

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


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

def project do
Expand Down

0 comments on commit a0d4a2a

Please sign in to comment.