Skip to content

Commit 3509af1

Browse files
chore: release 5.0.0 [skip ci]
1 parent 483a31f commit 3509af1

4 files changed

Lines changed: 27 additions & 4 deletions

File tree

.github/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Feb 23 08:36:23 UTC 2026
1+
Mon Mar 2 08:31:55 UTC 2026

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/webhippie/semantic-release-rubygem/compare/v4.1.1...v5.0.0) (2026-03-02)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* drop support for node v20 matching semantic release
8+
9+
### Features
10+
11+
* drop support for node v20 matching semantic release ([afe414f](https://github.com/webhippie/semantic-release-rubygem/commit/afe414f50865785c31c544293b5e0cfaee6dd440))
12+
13+
### Dependencies
14+
15+
* **major:** update dependency c8 to v11 ([#107](https://github.com/webhippie/semantic-release-rubygem/issues/107)) ([e25a683](https://github.com/webhippie/semantic-release-rubygem/commit/e25a683781adf7d5ba6f968bf7c22f62556cac51))
16+
* **minor:** update npm to v11.11.0 ([#108](https://github.com/webhippie/semantic-release-rubygem/issues/108)) ([3845505](https://github.com/webhippie/semantic-release-rubygem/commit/3845505598f29f9c483617c9bc04c0de4efc89f9))
17+
18+
### Miscellaneous
19+
20+
* **flake:** updated lockfile [skip ci] ([483a31f](https://github.com/webhippie/semantic-release-rubygem/commit/483a31f4a71cbcd719e57ddb34f8462c609c4cb2))
21+
* **locks:** lock file maintenance ([#102](https://github.com/webhippie/semantic-release-rubygem/issues/102)) ([e95a177](https://github.com/webhippie/semantic-release-rubygem/commit/e95a1777b19d6363d878379e17ed7e2fb9bc6b04))
22+
* **locks:** lock file maintenance ([#109](https://github.com/webhippie/semantic-release-rubygem/issues/109)) ([be1716d](https://github.com/webhippie/semantic-release-rubygem/commit/be1716d973db6241144b163cac2f76a00ccabd50))
23+
* replace nixfmt package ([dc7658a](https://github.com/webhippie/semantic-release-rubygem/commit/dc7658a2b6b38dfb3ba3a19ef954fb60bb7d1644))
24+
* switch flake to stable input ([c937c81](https://github.com/webhippie/semantic-release-rubygem/commit/c937c8150aa476ef8a1ec6c0b11df793a6ac0e3f))
25+
326
## [4.1.1](https://github.com/webhippie/semantic-release-rubygem/compare/v4.1.0...v4.1.1) (2026-02-23)
427

528
### Dependencies

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webhippie/semantic-release-rubygem",
33
"description": "semantic-release plugin to publish a gem to Rubygems",
4-
"version": "4.1.1",
4+
"version": "5.0.0",
55
"type": "module",
66
"author": "Thomas Boerger (https://twitter.com/@tboerger)",
77
"ava": {

0 commit comments

Comments
 (0)