Skip to content

Commit

Permalink
Merge pull request #107 from remarkablemark/release-please--branches-…
Browse files Browse the repository at this point in the history
…-master--components--setup-codeclimate

chore(master): release 2.0.0
  • Loading branch information
remarkablemark authored Sep 4, 2023
2 parents c5663dd + c93c448 commit 8d76393
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/remarkablemark/setup-codeclimate/compare/v1.1.2...v2.0.0) (2023-09-04)


### ⚠ BREAKING CHANGES

* Update default runtime to node20

### Features

* change default runtime from node16 to node20 ([6c74cc0](https://github.com/remarkablemark/setup-codeclimate/commit/6c74cc0b62575f0b2451c6b901ce8afb4f8dd246))

## [1.1.2](https://github.com/remarkablemark/setup-codeclimate/compare/v1.1.1...v1.1.2) (2023-07-11)


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": "setup-codeclimate",
"version": "1.1.2",
"version": "2.0.0",
"description": "Set up your GitHub Actions workflow with Code Climate test reporter",
"author": "Mark <[email protected]>",
"main": "src/index.ts",
Expand Down

0 comments on commit 8d76393

Please sign in to comment.