chore: bump version to v3.1.0-post (#5884)

Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
This commit is contained in:
Alex Rudenko 2020-05-18 14:16:25 +02:00 committed by GitHub
parent 8ba36752e7
commit e6c22dae05
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 -->v3.1.0<!-- GEN:stop--> # Puppeteer API <!-- GEN:version -->Tip-Of-Tree<!-- GEN:stop-->
<!-- GEN:empty-if-release --><!-- GEN:stop --> <!-- GEN:empty-if-release --><!-- GEN:stop -->
- Interactive Documentation: https://pptr.dev - Interactive Documentation: https://pptr.dev

View File

@ -1,6 +1,6 @@
{ {
"name": "puppeteer", "name": "puppeteer",
"version": "3.1.0", "version": "3.1.0-post",
"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",
"main": "index.js", "main": "index.js",
"repository": "github:puppeteer/puppeteer", "repository": "github:puppeteer/puppeteer",