From 3c95b64ae105218e24542ea61c6a2919655e1c4b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 13:39:27 +0000 Subject: [PATCH] chore(main): release 14.2.1 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895625b553846..dd1c093b93ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes +* use `null` instead of `undefined` ([#8463](https://github.com/puppeteer/puppeteer/issues/8463)) ([2615c1c](https://github.com/puppeteer/puppeteer/commit/2615c1c3d6cc7d39c69895f918be79569ceb2a2e)) * use isPageTargetCallback in Browser::pages() ([#8460](https://github.com/puppeteer/puppeteer/issues/8460)) ([5c9050a](https://github.com/puppeteer/puppeteer/commit/5c9050aea0fe8d57114130fe38bd33ed2b4955d6)) ## [14.2.0](https://github.com/puppeteer/puppeteer/compare/v14.1.2...v14.2.0) (2022-06-01)