From 770cbb9f0b902fe8c1e7edeb2bf096db28034d0d Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 9 Jun 2021 14:20:06 -0700 Subject: [PATCH] chore: mark v1.12.1 (#7000) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88fa5804ea..db2b7105a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-internal", "private": true, - "version": "1.12.0", + "version": "1.12.1", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev",