chore: mark version 0.13.0

This commit is contained in:
Andrey Lushnikov 2017-11-10 18:16:20 -08:00
parent b0b22199f9
commit 0467c346b1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
##### Released API: [v0.12.0](https://github.com/GoogleChrome/puppeteer/blob/v0.12.0/docs/api.md) | [v0.11.0](https://github.com/GoogleChrome/puppeteer/blob/v0.11.0/docs/api.md) | [v0.10.2](https://github.com/GoogleChrome/puppeteer/blob/v0.10.2/docs/api.md) | [v0.10.1](https://github.com/GoogleChrome/puppeteer/blob/v0.10.1/docs/api.md) | [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.13.0-alpha<!-- GEN:stop-->
# Puppeteer API v<!-- GEN:version -->0.13.0<!-- GEN:stop-->
##### Table of Contents

View File

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