chore(release): 5.0.0 [skip ci]

# [5.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v4.2.2...v5.0.0) (2025-08-30)

### Features

* update node version on runner to 24 ([7869323](78693238b0))

### BREAKING CHANGES

* this action now runs using node 24
This commit is contained in:
semantic-release-bot 2025-08-30 01:16:42 +00:00
parent 5362fd1cca
commit 9cc899c47e
3 changed files with 18 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@cycjimmy/semantic-release-action",
"version": "4.2.2",
"version": "5.0.0",
"description": "GitHub Action for Semantic Release",
"main": "index.js",
"scripts": {
@ -26,6 +26,6 @@
"@cycjimmy/awesome-js-funcs": "^4.0.9",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^24.2.6"
"semantic-release": "^24.2.7"
}
}