From e053ada82c6abd09a50f3740c7e044d8b829744f Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Tue, 19 Jan 2021 14:40:27 -0800 Subject: [PATCH] chore: mark release as 1.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2595aef0ca..74bdafd9cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-internal", "private": true, - "version": "1.9.0-next", + "version": "1.8.0", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev",