From 921c3bcfcf660f40d4634fbc50a1595a5f9e3c1d Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Mon, 29 Nov 2021 14:24:04 +0100 Subject: [PATCH] chore: bump version to v12.0.0-post (#7804) --- 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 1c0143d17f4e4..4cc342f2a8562 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,4 +1,4 @@ -# Puppeteer API v12.0.0 +# Puppeteer API Tip-Of-Tree diff --git a/package.json b/package.json index f3c76f2b0d123..11ac18110d906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puppeteer", - "version": "12.0.0", + "version": "12.0.0-post", "description": "A high-level API to control headless Chrome over the DevTools Protocol", "main": "./cjs-entry.js", "types": "lib/types.d.ts",