chore(release): 3.4.1 [skip ci]

## [3.4.1](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.0...v3.4.1) (2023-03-30)

### Bug Fixes

* **windUpJob:** set last_release outputs before returning ([91e3dc6](91e3dc6dcc))
This commit is contained in:
semantic-release-bot 2023-03-30 05:56:55 +00:00
parent 80c8f56917
commit 13158f9d71
3 changed files with 12 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@cycjimmy/semantic-release-action",
"version": "3.4.0",
"version": "3.4.1",
"description": "GitHub Action for Semantic Release",
"main": "index.js",
"scripts": {
@ -23,7 +23,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@cycjimmy/awesome-js-funcs": "^4.0.4",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^19.0.5"
}