diff --git a/package-lock.json b/package-lock.json index b2711da..9ad58b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lighthouse-ci", - "version": "1.12.0", + "version": "1.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 689c3ec..ab233b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lighthouse-ci", - "version": "1.12.0", + "version": "1.13.0", "description": "CLI implementation for running Lighthouse with any CI tool", "scripts": { "test": "npm run format && xo && jest --detectOpenHandles",