chore(release): 4.2.0 [skip ci]

# [4.2.0](https://github.com/cycjimmy/semantic-release-action/compare/v4.1.1...v4.2.0) (2025-03-14)

### Features

* add ability to unset GITHUB_ACTION env var ([266ea7e](266ea7eb8c))
This commit is contained in:
semantic-release-bot 2025-03-14 08:16:45 +00:00
parent a41958e8d5
commit 0a51e81a6b
3 changed files with 14 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@cycjimmy/semantic-release-action",
"version": "4.1.1",
"version": "4.2.0",
"description": "GitHub Action for Semantic Release",
"main": "index.js",
"scripts": {
@ -25,6 +25,6 @@
"@cycjimmy/awesome-js-funcs": "^4.0.9",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^24.1.1"
"semantic-release": "^24.2.3"
}
}