Skip to content

Commit 24b01bf

Browse files
chore(main): release 4.1.1
1 parent a0c9df5 commit 24b01bf

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.1.1](https://github.com/netlify/delta-action/compare/v4.1.0...v4.1.1) (2023-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @actions/core to v1.10.1 ([#375](https://github.com/netlify/delta-action/issues/375)) ([778f8fd](https://github.com/netlify/delta-action/commit/778f8fd265f0bbd3052cb1bbded600b375522380))
9+
310
## [4.1.0](https://github.com/netlify/delta-action/compare/v4.0.3...v4.1.0) (2022-11-24)
411

512

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,7 +1,7 @@
11
{
22
"name": "@netlify/delta-action",
33
"private": true,
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"description": "A GitHub Action for capturing benchmark data and tracking its variation against a baseline",
66
"type": "module",
77
"exports": "./src/index.js",

0 commit comments

Comments
 (0)