chore: bump version to v2.1.0-post (#5349)

This commit is contained in:
Mathias Bynens 2020-01-27 16:00:07 +01:00 committed by GitHub
parent a30cf05e3a
commit b45f8e4703
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 -->v2.1.0<!-- 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": "2.1.0",
"version": "2.1.0-post",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"main": "index.js",
"repository": "github:puppeteer/puppeteer",