Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Mar 19, 2024
1 parent 4297675 commit cb42520
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [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](https://github.com/cycjimmy/semantic-release-action/commit/42976755bc1a5e38051e756e3a2344ea8f354379))


### Features

* add repository_url input ([8dffec4](https://github.com/cycjimmy/semantic-release-action/commit/8dffec4efa886f02052787d688bfccb2e9983b1a))

# [4.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.2...v4.0.0) (2023-08-31)


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": "4.0.0",
"version": "4.1.0",
"description": "GitHub Action for Semantic Release",
"main": "index.js",
"scripts": {
Expand All @@ -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"
}
}

0 comments on commit cb42520

Please sign in to comment.