From 883ed59d87f0c475f3f5a689ff797bff124ebc42 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Mon, 21 Dec 2020 16:04:03 -0800 Subject: [PATCH] chore: mark v1.7.1 (#4792) --- 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 7dd16bb70d..42570b8802 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,6 +1,6 @@ -# Playwright API v1.7.0 +# Playwright API v1.7.1 ##### Table of Contents diff --git a/package.json b/package.json index 59ca5d150b..2282c85117 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-internal", "private": true, - "version": "1.7.0", + "version": "1.7.1", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev",