chore: bump version to v10.0.0-post (#7302)

This commit is contained in:
Jan Scheffler 2021-05-31 16:07:51 +02:00 committed by GitHub
parent 9df7b71e3b
commit f2ab11c640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Puppeteer API <!-- GEN:version -->v10.0.0<!-- GEN:stop-->
# Puppeteer API <!-- GEN:version -->Tip-Of-Tree<!-- GEN:stop-->
<!-- GEN:empty-if-release --><!-- GEN:stop -->

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "10.0.0",
"version": "10.0.0-post",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"main": "./cjs-entry.js",
"types": "lib/types.d.ts",