Skip to content

Commit

Permalink
2.9.3 (#4848)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Mar 22, 2018
1 parent b1b1b60 commit 629f1db
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="2.9.3"></a>
# 2.9.3 (2018-03-22)
[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v2.9.2...v2.9.3)

## Bug Fixes

* start_url: fix start_url audit while offline ([#4710](https://github.com/googlechrome/lighthouse/pull/4710))
* domstats: useIsolation within domstats ([#4811](https://github.com/googlechrome/lighthouse/pull/4811))
* img-usage: handle invalid images within determineNaturalSize ([#4812](https://github.com/googlechrome/lighthouse/pull/4812))
* deps: patch robots-parser to work in browser env ([#4819](https://github.com/googlechrome/lighthouse/pull/4819))

## Tests

* add extension puppeteer smoketest ([#4640](https://github.com/googlechrome/lighthouse/pull/4640))

## Report

* font-size, link-text: update docs links ([#4829](https://github.com/googlechrome/lighthouse/pull/4829))
* is-crawlable: fix broken learn more link ([#4844](https://github.com/googlechrome/lighthouse/pull/4844))

<a name="2.9.2"></a>
# 2.9.2 (2018-03-15)
[Full Changelog](https://github.com/googlechrome/lighthouse/compare/v2.9.1...v2.9.2)
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-extension/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "2.9.2",
"version": "2.9.3",
"minimum_chrome_version": "56",
"manifest_version": 2,
"description": "__MSG_appDescription__",
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": "lighthouse",
"version": "2.9.2",
"version": "2.9.3",
"description": "Lighthouse",
"main": "./lighthouse-core/index.js",
"bin": {
Expand Down

0 comments on commit 629f1db

Please sign in to comment.