diff --git a/changelog.md b/changelog.md
index 34b1a7429fa3..8d195584d741 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,23 @@
+
+# 9.6.6 (2022-08-16)
+[Full Changelog](https://github.com/compare/v9.6.5...v9.6.6)
+
+We expect this release to ship in the DevTools of [Chrome 106](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.
+
+## New Contributors
+
+Thanks to our new contributor 👽🐷🐰🐯🐻!
+
+- Steven @styfle
+
+## Core
+
+* unsized-images: ignore non-network SVGs ([#13737](https://github.com/GoogleChrome/lighthouse/pull/13737))
+
+## Deps
+
+* upgrade csp-evaluator ([#14281](https://github.com/GoogleChrome/lighthouse/pull/14281))
+
# 9.6.5 (2022-08-01)
[Full Changelog](https://github.com/compare/v9.6.4...v9.6.5)
diff --git a/docs/plugins.md b/docs/plugins.md
index e56b84371627..27e3c0a401ee 100644
--- a/docs/plugins.md
+++ b/docs/plugins.md
@@ -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": "^9.6.5"
+ "lighthouse": "^9.6.6"
},
"devDependencies": {
- "lighthouse": "^9.6.5"
+ "lighthouse": "^9.6.6"
}
}
```
diff --git a/docs/recipes/custom-audit/package.json b/docs/recipes/custom-audit/package.json
index e96f95a512b9..0e05b9f1b9ff 100644
--- a/docs/recipes/custom-audit/package.json
+++ b/docs/recipes/custom-audit/package.json
@@ -3,6 +3,6 @@
"private": true,
"scripts": {},
"devDependencies": {
- "lighthouse": "^9.6.5"
+ "lighthouse": "^9.6.6"
}
}
diff --git a/docs/recipes/gulp/package.json b/docs/recipes/gulp/package.json
index b178f219285c..23e4e7a34dd6 100644
--- a/docs/recipes/gulp/package.json
+++ b/docs/recipes/gulp/package.json
@@ -7,6 +7,6 @@
"devDependencies": {
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
- "lighthouse": "^9.6.5"
+ "lighthouse": "^9.6.6"
}
}
diff --git a/docs/recipes/lighthouse-plugin-example/package.json b/docs/recipes/lighthouse-plugin-example/package.json
index 0abd1a6deef6..11b044c12790 100644
--- a/docs/recipes/lighthouse-plugin-example/package.json
+++ b/docs/recipes/lighthouse-plugin-example/package.json
@@ -3,7 +3,7 @@
"private": true,
"main": "./plugin.js",
"peerDependencies": {
- "lighthouse": "^9.6.5"
+ "lighthouse": "^9.6.6"
},
"devDependencies": {
"lighthouse": "^8.6.0"
diff --git a/lighthouse-core/test/results/sample_v2.json b/lighthouse-core/test/results/sample_v2.json
index 247d88277871..00eb862a11bb 100644
--- a/lighthouse-core/test/results/sample_v2.json
+++ b/lighthouse-core/test/results/sample_v2.json
@@ -1,5 +1,5 @@
{
- "lighthouseVersion": "9.6.5",
+ "lighthouseVersion": "9.6.6",
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"finalUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"fetchTime": "2021-09-07T20:11:11.853Z",
diff --git a/package.json b/package.json
index 0ba20c3c50fc..8ead35a19f3a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lighthouse",
- "version": "9.6.5",
+ "version": "9.6.6",
"description": "Automated auditing, performance metrics, and best practices for the web.",
"main": "./lighthouse-core/index.js",
"bin": {
diff --git a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-emulate-run-expected.txt b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-emulate-run-expected.txt
index 80324ee4a069..3ab68b5c4263 100644
--- a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-emulate-run-expected.txt
+++ b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-emulate-run-expected.txt
@@ -15,7 +15,7 @@ Analyze page load: enabled visible
=============== Lighthouse Results ===============
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-emulate-pass.html
-Version: 9.6.5
+Version: 9.6.6
formFactor: mobile
screenEmulation: {
"mobile": true,
diff --git a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-navigation-expected.txt b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-navigation-expected.txt
index 09b9eb49eac3..161737f0b1ed 100644
--- a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-navigation-expected.txt
+++ b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-navigation-expected.txt
@@ -262,7 +262,7 @@ Generating results...
=============== Lighthouse Results ===============
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html
-Version: 9.6.5
+Version: 9.6.6
ViewportDimensions: {
"innerWidth": 980,
"innerHeight": 1743,
diff --git a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-run-expected.txt b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-run-expected.txt
index d5bda0cd1170..0baa8ee20f84 100644
--- a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-run-expected.txt
+++ b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-run-expected.txt
@@ -373,7 +373,7 @@ Generating results...
=============== Lighthouse Results ===============
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html
-Version: 9.6.5
+Version: 9.6.6
ViewportDimensions: {
"innerWidth": 980,
"innerHeight": 1743,