From 3c6ed67c2e8b4e02cdd71ca6fd72a73a786cc9e1 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 23 Feb 2018 21:44:45 -0800 Subject: [PATCH] chore: bump v1.1.1-post (#2095) This patch bumps tip-of-tree version to v1.1.1-post so that puppeteer@next doesn't break once we release v1.1.1 with a fix for `dumpio` --- docs/api.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index f12341be..7aab7ab6 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,6 +1,6 @@ ##### 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-post \*\*NOT RELEASED\*\* +# Puppeteer API v1.1.1-post \*\*NOT RELEASED\*\* > **NOTE** This API is **not released** yet. > diff --git a/package.json b/package.json index 56e6b053..95d38a8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puppeteer", - "version": "1.1.0-post", + "version": "1.1.1-post", "description": "A high-level API to control headless Chrome over the DevTools Protocol", "main": "index.js", "repository": "github:GoogleChrome/puppeteer",