Skip to content

Commit

Permalink
chore(release): v1.0.0-alpha.14 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-alpha.14](v1.0.0-alpha.13...v1.0.0-alpha.14) (2025-01-09)

### 🐛 Bug Fixes

* work on concurrent GPG imports leading to flaky key verification ([104b966](104b966)), closes [#17](#17)

### ⚙️ Continuous Integrations

* **action:** update actions/cache action to v3.4.0 ([#9](#9)) ([0dc4aaa](0dc4aaa))
* **action:** update actions/checkout action to v4.2.2 ([#10](#10)) ([8973818](8973818))
* **action:** update actions/setup-node action to v4.1.0 ([#11](#11)) ([229cf16](229cf16))
* **action:** update erlef/setup-beam action to v1.18.2 ([#13](#13)) ([a25f7b4](a25f7b4))
* **action:** update insurgent-lab/is-in-pr-action action to v0.2.0 ([#14](#14)) ([979741a](979741a))

### ♻️ Chores

* **deps:** lock file maintenance ([#18](#18)) ([98bb738](98bb738))
  • Loading branch information
semantic-release-bot committed Jan 9, 2025
1 parent 104b966 commit 7159165
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.0.0-alpha.14](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2025-01-09)


### 🐛 Bug Fixes

* work on concurrent GPG imports leading to flaky key verification ([104b966](https://github.com/sheerlox/nodelix/commit/104b966d3e1cacda3533d8fdc21c757d973aed85)), closes [#17](https://github.com/sheerlox/nodelix/issues/17)


### ⚙️ Continuous Integrations

* **action:** update actions/cache action to v3.4.0 ([#9](https://github.com/sheerlox/nodelix/issues/9)) ([0dc4aaa](https://github.com/sheerlox/nodelix/commit/0dc4aaa8268d0a6dd8b5cfb7be54d80fbc7afffb))
* **action:** update actions/checkout action to v4.2.2 ([#10](https://github.com/sheerlox/nodelix/issues/10)) ([8973818](https://github.com/sheerlox/nodelix/commit/8973818654efa4fb533c6d99be86be475fedb04d))
* **action:** update actions/setup-node action to v4.1.0 ([#11](https://github.com/sheerlox/nodelix/issues/11)) ([229cf16](https://github.com/sheerlox/nodelix/commit/229cf1690d2802e6b02952b6668cd77e0bb1c46d))
* **action:** update erlef/setup-beam action to v1.18.2 ([#13](https://github.com/sheerlox/nodelix/issues/13)) ([a25f7b4](https://github.com/sheerlox/nodelix/commit/a25f7b4daa8518f513df5ef6db76d1cc5eba316c))
* **action:** update insurgent-lab/is-in-pr-action action to v0.2.0 ([#14](https://github.com/sheerlox/nodelix/issues/14)) ([979741a](https://github.com/sheerlox/nodelix/commit/979741a53d25f60326b7c2eb69f3c2bad05b1560))


### ♻️ Chores

* **deps:** lock file maintenance ([#18](https://github.com/sheerlox/nodelix/issues/18)) ([98bb738](https://github.com/sheerlox/nodelix/commit/98bb738781757dead0014f5d5cc50682a05fed47))

## [1.0.0-alpha.13](https://github.com/sheerlox/nodelix/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2024-12-21)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The package can be installed by adding `nodelix` to your list of dependencies in
```elixir
def deps do
[
{:nodelix, "1.0.0-alpha.13", only: :dev, runtime: false}
{:nodelix, "1.0.0-alpha.14", 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 Nodelix.MixProject do
use Mix.Project

@version "1.0.0-alpha.13"
@version "1.0.0-alpha.14"
@source_url "https://github.com/sheerlox/nodelix"

def project do
Expand Down

0 comments on commit 7159165

Please sign in to comment.