Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Sep 30, 2020
1 parent 31d2b29 commit b3062b8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 20 deletions.
24 changes: 11 additions & 13 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
Thanks to our new contributors 👽🐷🐰🐯🐻!
Denis Seleznev <hcodes@users.noreply.github.com>
Irfan Maulana <mazipanneh@gmail.com>
James Garbutt <43081j@users.noreply.github.com>
Matt Hobbs <matt@nooshu.com>
Mohammed J. Razem <m.razem@vardot.com>
Pujitha.E <pujitha98.e@gmail.com>
Quentin <wrightq00@gmail.com>
adrianaixba <aixba@google.com>
andreizet <zuica.andrei@gmail.com>
Denis Seleznev @hcodes
Irfan Maulana @mazipan
James Garbutt @43081j
Matt Hobbs @Nooshu
Mohammed J. Razem @moerazem
Pujitha.E @pujitha7
Quentin @qwright10
Adriana Ixba @adrianaixba
andreizet @andreizet
<a name="6.4.0"></a>
# 6.4.0 (2020-09-30)
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v6.3.0...v6.4.0)

~~ TODO: https://chromiumdash.appspot.com/schedule ~~
We expect this release to ship in the DevTools of [Chrome XX](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.
We expect this release to ship in the DevTools of [Chrome 88](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.

## Notable Changes
~~ TODO: Move notable changes here ~~

* large-javascript-libraries: move to experimental ([#11484](https://github.com/GoogleChrome/lighthouse/pull/11484))

## New Audits

Expand All @@ -35,7 +34,6 @@ We expect this release to ship in the DevTools of [Chrome XX](https://chromiumda
* is-on-https: add missing space in description ([#11466](https://github.com/GoogleChrome/lighthouse/pull/11466))
* is-on-https: remove <M84 codepaths ([#11373](https://github.com/GoogleChrome/lighthouse/pull/11373))
* js-usage: normalize url key ([#11302](https://github.com/GoogleChrome/lighthouse/pull/11302))
* large-javascript-libraries: move to experimental ([#11484](https://github.com/GoogleChrome/lighthouse/pull/11484))
* password-inputs-can-be-pasted-into: add devtoolsNodePath ([#11416](https://github.com/GoogleChrome/lighthouse/pull/11416))
* normalize node information in gathering ([#11405](https://github.com/GoogleChrome/lighthouse/pull/11405))
* traverse shadow hosts in getNodePath ([#10956](https://github.com/GoogleChrome/lighthouse/pull/10956))
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ A Lighthouse plugin is just a node module with a name that starts with `lighthou
"name": "lighthouse-plugin-cats",
"main": "plugin.js",
"peerDependencies": {
"lighthouse": "^6.3.0"
"lighthouse": "^6.4.0"
},
"devDependencies": {
"lighthouse": "^6.3.0"
"lighthouse": "^6.4.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/custom-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"scripts": {},
"devDependencies": {
"lighthouse": "^6.3.0"
"lighthouse": "^6.4.0"
}
}
2 changes: 1 addition & 1 deletion docs/recipes/gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"devDependencies": {
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"lighthouse": "^6.3.0"
"lighthouse": "^6.4.0"
}
}
4 changes: 2 additions & 2 deletions docs/recipes/lighthouse-plugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"main": "./plugin.js",
"peerDependencies": {
"lighthouse": "^6.3.0"
"lighthouse": "^6.4.0"
},
"devDependencies": {
"lighthouse": "^6.3.0"
"lighthouse": "^6.4.0"
}
}
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": "6.3.0",
"version": "6.4.0",
"description": "Automated auditing, performance metrics, and best practices for the web.",
"main": "./lighthouse-core/index.js",
"bin": {
Expand Down

0 comments on commit b3062b8

Please sign in to comment.