Skip to content

Commit cb42520

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](v4.0.0...v4.1.0) (2024-03-19) ### Bug Fixes * fix syntax error for importing ([4297675](4297675)) ### Features * add repository_url input ([8dffec4](8dffec4))
1 parent 4297675 commit cb42520

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.1.0](https://github.com/cycjimmy/semantic-release-action/compare/v4.0.0...v4.1.0) (2024-03-19)
2+
3+
4+
### Bug Fixes
5+
6+
* fix syntax error for importing ([4297675](https://github.com/cycjimmy/semantic-release-action/commit/42976755bc1a5e38051e756e3a2344ea8f354379))
7+
8+
9+
### Features
10+
11+
* add repository_url input ([8dffec4](https://github.com/cycjimmy/semantic-release-action/commit/8dffec4efa886f02052787d688bfccb2e9983b1a))
12+
113
# [4.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.2...v4.0.0) (2023-08-31)
214

315

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cycjimmy/semantic-release-action",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "GitHub Action for Semantic Release",
55
"main": "index.js",
66
"scripts": {
@@ -25,6 +25,6 @@
2525
"@cycjimmy/awesome-js-funcs": "^4.0.9",
2626
"@semantic-release/changelog": "^6.0.3",
2727
"@semantic-release/git": "^10.0.1",
28-
"semantic-release": "^23.0.0"
28+
"semantic-release": "^23.0.5"
2929
}
3030
}

0 commit comments

Comments
 (0)