Skip to content

Commit 118d6e4

Browse files
chore: release 2.1.2 (#223)
Co-authored-by: netlify-tokens-generator-app[bot] <82025397+netlify-tokens-generator-app[bot]@users.noreply.github.com>
1 parent a1962e5 commit 118d6e4

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
@@ -5,6 +5,13 @@
55

66
* report relevant error on invalid jsons ([#80](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/80)) ([7417e91](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/7417e9170ba9865fb63ea1a34878b21bd5245232))
77

8+
### [2.1.2](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/compare/v2.1.1...v2.1.2) (2021-06-13)
9+
10+
11+
### Bug Fixes
12+
13+
* replace http-server by express to enable gzip compression ([#222](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/issues/222)) ([a1962e5](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/commit/a1962e57de1a13c98436646355f72019f4beca79))
14+
815
### [2.1.1](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/compare/v2.1.0...v2.1.1) (2021-06-07)
916

1017

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,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-lighthouse",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Netlify Plugin to run Lighthouse on each build",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)