chore: bump version to 7.0.1-post (#6814)

This commit is contained in:
Jack Franklin 2021-02-04 10:32:11 +00:00 committed by GitHub
parent eb0d604bf3
commit c936b18651
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,5 +1,5 @@
# Puppeteer API <!-- GEN:version -->v7.0.1<!-- GEN:stop-->
# Puppeteer API <!-- GEN:version -->Tip-Of-Tree<!-- GEN:stop-->
<!-- GEN:empty-if-release --><!-- GEN:stop -->
- Interactive Documentation: https://pptr.dev

View File

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