From 9b00b7074ddc11cd5b1ffbd9c0d01a1d8564ce7b Mon Sep 17 00:00:00 2001 From: jrandolf <86539915+jrandolf@users.noreply.github.com> Date: Wed, 9 Feb 2022 19:16:16 +0100 Subject: [PATCH] chore: bump version to v13.3.0-post (#7983) Co-authored-by: Randolf Jung --- 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 1d4f562b..69ad05c6 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,4 +1,4 @@ -# Puppeteer API v13.3.0 +# Puppeteer API Tip-Of-Tree diff --git a/package.json b/package.json index a594d6df..49665183 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puppeteer", - "version": "13.3.0", + "version": "13.3.0-post", "description": "A high-level API to control headless Chrome over the DevTools Protocol", "type": "commonjs", "main": "./cjs-entry.js",