Skip to content

Commit 663a0b7

Browse files
authored
feat: add support for semantic-release@24 (#15)
As part of this, use Node.js 22.x instead of 20.x. > [!NOTE] > This package should still be compatible with Node.js 20.x and/or `semantic-release@23`.
1 parent 992b852 commit 663a0b7

File tree

3 files changed

+135
-195
lines changed

3 files changed

+135
-195
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20.16.0
1+
nodejs 22.19.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ava": "^6.4.0",
2828
"conventional-changelog-conventionalcommits": "^9.0.0",
2929
"nyc": "^17.1.0",
30-
"semantic-release": "^23.0.0",
30+
"semantic-release": "^24.0.0",
3131
"tempy": "^3.0.0"
3232
},
3333
"engines": {
@@ -61,7 +61,7 @@
6161
"all": true
6262
},
6363
"peerDependencies": {
64-
"semantic-release": "^23.0.0"
64+
"semantic-release": "^23.0.0 || ^24.0.0"
6565
},
6666
"prettier": {
6767
"printWidth": 120,

0 commit comments

Comments
 (0)