Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#296)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Jul 7, 2022
1 parent d2210d2 commit 71b1e39
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [4.0.0](https://github.com/netlify/delta-action/compare/v3.0.2...v4.0.0) (2022-07-07)


### ⚠ BREAKING CHANGES

* The runner now uses node 16

### Features

* support workflow_run event and use node 16 ([#300](https://github.com/netlify/delta-action/issues/300)) ([5f20f0c](https://github.com/netlify/delta-action/commit/5f20f0c7486ade3a35f5b302e93ba02b1b2ce381))


### Bug Fixes

* **deps:** update dependency @actions/core to v1.9.0 ([#295](https://github.com/netlify/delta-action/issues/295)) ([55e940b](https://github.com/netlify/delta-action/commit/55e940b31ab9b903a9d32cd334511b9bab151856))
* **deps:** update dependency pretty-ms to v8 ([#293](https://github.com/netlify/delta-action/issues/293)) ([8007bf5](https://github.com/netlify/delta-action/commit/8007bf59f3c29ab8cb328854191ae07900db35b9))
* order of commits in PR comment ([#301](https://github.com/netlify/delta-action/issues/301)) ([d2210d2](https://github.com/netlify/delta-action/commit/d2210d2497c2a240b38aa2ae51585883d390309b))

## [3.0.2](https://github.com/netlify/delta-action/compare/v3.0.1...v3.0.2) (2022-06-02)


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,7 +1,7 @@
{
"name": "@netlify/delta-action",
"private": true,
"version": "3.0.2",
"version": "4.0.0",
"description": "A GitHub Action for capturing benchmark data and tracking its variation against a baseline",
"type": "module",
"exports": "./src/index.js",
Expand Down

0 comments on commit 71b1e39

Please sign in to comment.