chore(main): release 18.0.1 (#8983)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2022-09-19 15:25:58 +02:00 committed by GitHub
parent d5045976a6
commit 882c7ce63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
717 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,3 @@
{ {
".": "18.0.0" ".": "18.0.1"
} }

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [18.0.1](https://github.com/puppeteer/puppeteer/compare/v18.0.0...v18.0.1) (2022-09-19)
### Bug Fixes
* internal lazy params ([#8982](https://github.com/puppeteer/puppeteer/issues/8982)) ([d504597](https://github.com/puppeteer/puppeteer/commit/d5045976a6dd321bbd265b84c2474ff1ad5d0b77))
## [18.0.0](https://github.com/puppeteer/puppeteer/compare/v17.1.3...v18.0.0) (2022-09-19) ## [18.0.0](https://github.com/puppeteer/puppeteer/compare/v17.1.3...v18.0.0) (2022-09-19)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "puppeteer", "name": "puppeteer",
"version": "18.0.0", "version": "18.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "puppeteer", "name": "puppeteer",
"version": "18.0.0", "version": "18.0.1",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "puppeteer", "name": "puppeteer",
"version": "18.0.0", "version": "18.0.1",
"description": "A high-level API to control headless Chrome over the DevTools Protocol", "description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [ "keywords": [
"puppeteer", "puppeteer",

Some files were not shown because too many files have changed in this diff Show More