mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Bump tip-of-tree version to 0.10.1-alpha (#534)
This patch: - bumps tip-of-tree version to 0.10.1-alpha - updates api.md to refer to released API and fix a nit in README.md
This commit is contained in:
parent
751164c69f
commit
be4da580d4
@ -21,7 +21,7 @@ Most things that you can do manually in the browser can be done using Puppeteer!
|
||||
|
||||
### Installation
|
||||
|
||||
*Puppeteer requires Node version 7.10 or greater*
|
||||
*Puppeteer requires Node version 6.4.0 or greater*
|
||||
|
||||
To use Puppeteer in your project, run:
|
||||
```
|
||||
|
@ -1,6 +1,6 @@
|
||||
##### Released API: [v0.9.0](https://github.com/GoogleChrome/puppeteer/blob/v0.9.0/docs/api.md)
|
||||
##### Released API: [v0.10.0](https://github.com/GoogleChrome/puppeteer/blob/v0.10.0/docs/api.md) [v0.9.0](https://github.com/GoogleChrome/puppeteer/blob/v0.9.0/docs/api.md)
|
||||
|
||||
# Puppeteer API v<!-- GEN:version -->0.10.0<!-- GEN:stop-->
|
||||
# Puppeteer API v<!-- GEN:version -->0.10.1-alpha<!-- GEN:stop-->
|
||||
|
||||
##### Table of Contents
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "puppeteer",
|
||||
"version": "0.10.0",
|
||||
"version": "0.10.1-alpha",
|
||||
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
|
||||
"main": "index.js",
|
||||
"repository": "github:GoogleChrome/puppeteer",
|
||||
|
Loading…
Reference in New Issue
Block a user