Skip to content

Commit f4edc62

Browse files
committed
Release 2.4.1
1 parent db08f9a commit f4edc62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16202,7 +16202,7 @@ var escapeStringRegexp = string => {
1620216202
};
1620316203

1620416204
const fullVersion = `v${
16205-
"2.4.0"
16205+
"2.4.1"
1620616206
}`;
1620716207
const majorVersion = ` v${
1620816208
2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tachometer-reporter-action",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Report the results of Polymer/tachometer in a comment for PRs",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)