diff --git a/docs/api.md b/docs/api.md index 6e392d3aa60e9..1e70fbb40d73f 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,5 +1,5 @@ -# Puppeteer API v7.0.2 +# Puppeteer API Tip-Of-Tree - Interactive Documentation: https://pptr.dev diff --git a/package.json b/package.json index eb985cbc548db..43f1ea51b0124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puppeteer", - "version": "7.0.2", + "version": "7.0.2-post", "description": "A high-level API to control headless Chrome over the DevTools Protocol", "main": "./cjs-entry.js", "types": "lib/types.d.ts",