Skip to content

Commit

Permalink
chore(release): 3.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.1](v3.4.0...v3.4.1) (2023-03-30)

### Bug Fixes

* **windUpJob:** set last_release outputs before returning ([91e3dc6](91e3dc6))
  • Loading branch information
semantic-release-bot committed Mar 30, 2023
1 parent 80c8f56 commit 13158f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [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](https://github.com/cycjimmy/semantic-release-action/commit/91e3dc6dcc39e4b462a165d85338c4e6cf1db9b6))

# [3.4.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.3.0...v3.4.0) (2023-03-15)


Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
Expand Down

0 comments on commit 13158f9

Please sign in to comment.