From 85ae3ccc25500a54fc6b6df23f39b5cadc6b0bb3 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 14 Oct 2020 10:45:20 -0700 Subject: [PATCH] chore: mark v1.5.1 --- 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 6a367f8989..6d65e85a83 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,5 +1,5 @@ -# Playwright API v1.5.0 +# Playwright API v1.5.1 ##### Table of Contents diff --git a/package.json b/package.json index 1756c7c8ad..b58c3ee7e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-internal", "private": true, - "version": "1.5.0", + "version": "1.5.1", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev",