chore: bump version to v1.16.0-post (#4422)

This commit is contained in:
Andrey Lushnikov 2019-05-14 01:47:47 +03:00 committed by GitHub
parent 9f2635c4ac
commit 04906494c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# Puppeteer API <!-- GEN:version -->v1.16.0<!-- GEN:stop-->
<!-- GEN:empty-if-release --><!-- GEN:stop -->
# Puppeteer API <!-- GEN:version -->Tip-Of-Tree<!-- GEN:stop-->
<!-- GEN:empty-if-release -->
#### Next Release: `May 23, 2019`
<!-- GEN:stop -->
- Interactive Documentation: https://pptr.dev
- API Translations: [中文|Chinese](https://zhaoqize.github.io/puppeteer-api-zh_CN/#/)

View File

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