Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Dec 7, 2020
1 parent fc11694 commit bd23e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -14043,7 +14043,7 @@ var escapeStringRegexp = string => {
};

const fullVersion = `v${
"2.1.0"
"2.2.0"
}`;
const majorVersion = ` v${
2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tachometer-reporter-action",
"version": "2.1.0",
"version": "2.2.0",
"description": "Report the results of Polymer/tachometer in a comment for PRs",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit bd23e66

Please sign in to comment.