mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-12 09:40:04 +00:00
chore(release): 4.1.0 [skip ci]
# [4.1.0](https://github.com/cycjimmy/semantic-release-action/compare/v4.0.0...v4.1.0) (2024-03-19) ### Bug Fixes * fix syntax error for importing ([4297675](42976755bc)) ### Features * add repository_url input ([8dffec4](8dffec4efa))
This commit is contained in:
parent
42976755bc
commit
cb425203a5
3 changed files with 17 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@cycjimmy/semantic-release-action",
|
||||
"version": "4.0.0",
|
||||
"version": "4.1.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": "^23.0.0"
|
||||
"semantic-release": "^23.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue