Skip to content

Commit 61680d0

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.4.2...v4.0.0) (2023-08-31) ### Features * update node version on runner to 20 ([0c20554](0c20554)) ### BREAKING CHANGES * set the default node version to 20
1 parent 31a37a4 commit 61680d0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
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.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.2...v4.0.0) (2023-08-31)
2+
3+
4+
### Features
5+
6+
* update node version on runner to 20 ([0c20554](https://github.com/cycjimmy/semantic-release-action/commit/0c2055456eeae973aeeb66cf5082061badb3502c))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* set the default node version to 20
12+
113
## [3.4.2](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.1...v3.4.2) (2023-03-30)
214

315

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cycjimmy/semantic-release-action",
3-
"version": "3.4.2",
3+
"version": "4.0.0",
44
"description": "GitHub Action for Semantic Release",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)