From 85081805ea1b2dbd01618bc84cb7b82c976784d3 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 16 Feb 2018 11:24:21 -0800 Subject: [PATCH] chore: bump version to 1.1.0-post (#2043) --- docs/api.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/api.md b/docs/api.md index d4ea0f46..312e01c5 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,6 +1,10 @@ -##### Released API: [v1.0.0](https://github.com/GoogleChrome/puppeteer/blob/v1.0.0/docs/api.md) | [v0.13.0](https://github.com/GoogleChrome/puppeteer/blob/v0.13.0/docs/api.md) | [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) +##### Released API: [v1.1.0](https://github.com/GoogleChrome/puppeteer/blob/v1.1.0/docs/api.md) | [v1.0.0](https://github.com/GoogleChrome/puppeteer/blob/v1.0.0/docs/api.md) | [v0.13.0](https://github.com/GoogleChrome/puppeteer/blob/v0.13.0/docs/api.md) | [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 v1.1.0 +# Puppeteer API v1.1.0-post \*\*NOT RELEASED\*\* + +> **NOTE** This API is **not released** yet. +> +> Release Date: March 15, 2018. ##### Table of Contents diff --git a/package.json b/package.json index 610c235d..83f30491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puppeteer", - "version": "1.1.0", + "version": "1.1.0-post", "description": "A high-level API to control headless Chrome over the DevTools Protocol", "main": "index.js", "repository": "github:GoogleChrome/puppeteer",