5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 02:36:55 +00:00

chore(release): 5.0.2 [skip ci]

## [5.0.2](https://github.com/cycjimmy/semantic-release-action/compare/v5.0.1...v5.0.2) (2025-10-10)

### Bug Fixes

* further fix of result handling in windUpJob.task.js ([451bf1f](451bf1fa96)), closes [#264](https://github.com/cycjimmy/semantic-release-action/issues/264)
This commit is contained in:
semantic-release-bot 2025-10-10 06:28:32 +00:00
parent b67d9790a5
commit ba330626c4
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
## [5.0.2](https://github.com/cycjimmy/semantic-release-action/compare/v5.0.1...v5.0.2) (2025-10-10)
### Bug Fixes
* further fix of result handling in windUpJob.task.js ([451bf1f](https://github.com/cycjimmy/semantic-release-action/commit/451bf1fa96343272b4efadb5731fe2e25073d24f)), closes [#264](https://github.com/cycjimmy/semantic-release-action/issues/264)
## [5.0.1](https://github.com/cycjimmy/semantic-release-action/compare/v5.0.0...v5.0.1) (2025-10-09)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@cycjimmy/semantic-release-action",
"version": "5.0.1",
"version": "5.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@cycjimmy/semantic-release-action",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",

View file

@ -1,6 +1,6 @@
{
"name": "@cycjimmy/semantic-release-action",
"version": "5.0.1",
"version": "5.0.2",
"description": "GitHub Action for Semantic Release",
"main": "index.js",
"scripts": {