We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db08f9a commit f4edc62Copy full SHA for f4edc62
2 files changed
dist/util.js
@@ -16202,7 +16202,7 @@ var escapeStringRegexp = string => {
16202
};
16203
16204
const fullVersion = `v${
16205
- "2.4.0"
+ "2.4.1"
16206
}`;
16207
const majorVersion = ` v${
16208
2
package.json
@@ -1,6 +1,6 @@
1
{
"name": "tachometer-reporter-action",
3
- "version": "2.4.0",
+ "version": "2.4.1",
4
"description": "Report the results of Polymer/tachometer in a comment for PRs",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments