Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Aug 31, 2023
1 parent 31a37a4 commit 61680d0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.2...v4.0.0) (2023-08-31)


### Features

* update node version on runner to 20 ([0c20554](https://github.com/cycjimmy/semantic-release-action/commit/0c2055456eeae973aeeb66cf5082061badb3502c))


### BREAKING CHANGES

* set the default node version to 20

## [3.4.2](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.1...v3.4.2) (2023-03-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cycjimmy/semantic-release-action",
"version": "3.4.2",
"version": "4.0.0",
"description": "GitHub Action for Semantic Release",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 61680d0

Please sign in to comment.