diff --git a/changelog.md b/changelog.md index 7acc494345..6412fcdc37 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,30 @@ + +# 2.9.1 (2018-02-12) +[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v2.9.0...v2.9.1) + + +## New Contributors! +Thanks to @GaryJones for [helping us spel gud](https://github.com/GoogleChrome/lighthouse/pull/4485)! + + +## Core + +* REVERT: gather-runner: load a blank data URI, rather than about:blank ([#4518](https://github.com/googlechrome/lighthouse/pull/4518)) +* fonts: fix infinite loop ([#4488](https://github.com/googlechrome/lighthouse/pull/4488)) +* responsive-images: move images with no dimensions to offscreen audit ([#4487](https://github.com/googlechrome/lighthouse/pull/4487)) +* tracing-processor: fix scheduleable task logic ([#4480](https://github.com/googlechrome/lighthouse/pull/4480)) +* webfonts: patch fonts gatherer to handle missing font item ([#4465](https://github.com/googlechrome/lighthouse/pull/4465)) +* computed-artifact: use deep equality over strict ([#4409](https://github.com/googlechrome/lighthouse/pull/4409)) + +## Docs & Tests + +* docs: examples of combining puppeteer & lighthouse ([#4408](https://github.com/googlechrome/lighthouse/pull/4408)) +* appveyor: quietly unzip Chrome to keep appveyor logs cleaner ([ecedb32](https://github.com/googlechrome/lighthouse/commit/ecedb32)) +* appveyor: only run tests against master and PRs ([#4484](https://github.com/googlechrome/lighthouse/pull/4484)) +* smokehouse: improve smokehouse failure output ([#4482](https://github.com/googlechrome/lighthouse/pull/4482)) +* spelling: fix discernable to discernible ([#4485](https://github.com/googlechrome/lighthouse/pull/4485)) + + # 2.9.0 (2018-02-08) [Full Changelog](https://github.com/googlechrome/lighthouse/compare/v2.8.0...v2.9.0) diff --git a/lighthouse-extension/app/manifest.json b/lighthouse-extension/app/manifest.json index fb40c05db2..ad3c1296f4 100644 --- a/lighthouse-extension/app/manifest.json +++ b/lighthouse-extension/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "2.9.0", + "version": "2.9.1", "minimum_chrome_version": "56", "manifest_version": 2, "description": "__MSG_appDescription__", diff --git a/package.json b/package.json index 3c28502e88..70b07b6b64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lighthouse", - "version": "2.9.0", + "version": "2.9.1", "description": "Lighthouse", "main": "./lighthouse-core/index.js", "bin": {