diff --git a/README.md b/README.md index 7fffdbce2472f..35d7e996423f0 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Playwright -[![npm version](https://img.shields.io/npm/v/playwright.svg?style=flat)](https://www.npmjs.com/package/playwright) [![Chromium version](https://img.shields.io/badge/chromium-81.0.4044-blue.svg?logo=google-chrome)](https://www.chromium.org/Home) [![Firefox version](https://img.shields.io/badge/firefox-73.0b3-blue.svg?logo=mozilla-firefox)](https://www.mozilla.org/en-US/firefox/new/) [![WebKit version](https://img.shields.io/badge/webkit-13.0.4-blue.svg?logo=safari)](https://webkit.org/) [![Join Slack](https://img.shields.io/badge/join-slack-infomational)](https://join.slack.com/t/playwright/shared_invite/enQtOTEyMTUxMzgxMjIwLThjMDUxZmIyNTRiMTJjNjIyMzdmZDA3MTQxZWUwZTFjZjQwNGYxZGM5MzRmNzZlMWI5ZWUyOTkzMjE5Njg1NDg) +[![npm version](https://img.shields.io/npm/v/playwright.svg?style=flat)](https://www.npmjs.com/package/playwright) [![Chromium version](https://img.shields.io/badge/chromium-82.0.4057.0-blue.svg?logo=google-chrome)](https://www.chromium.org/Home) [![Firefox version](https://img.shields.io/badge/firefox-73.0b13-blue.svg?logo=mozilla-firefox)](https://www.mozilla.org/en-US/firefox/new/) [![WebKit version](https://img.shields.io/badge/webkit-13.0.4-blue.svg?logo=safari)](https://webkit.org/) [![Join Slack](https://img.shields.io/badge/join-slack-infomational)](https://join.slack.com/t/playwright/shared_invite/enQtOTEyMTUxMzgxMjIwLThjMDUxZmIyNTRiMTJjNjIyMzdmZDA3MTQxZWUwZTFjZjQwNGYxZGM5MzRmNzZlMWI5ZWUyOTkzMjE5Njg1NDg) -###### [API](https://github.com/microsoft/playwright/blob/v0.10.0/docs/api.md) | [FAQ](#faq) | [Contributing](#contributing) +###### [API](https://github.com/microsoft/playwright/blob/v0.11.0/docs/api.md) | [FAQ](#faq) | [Contributing](#contributing) Playwright is a Node library to automate the [Chromium](https://www.chromium.org/Home), [WebKit](https://webkit.org/) and [Firefox](https://www.mozilla.org/en-US/firefox/new/) browsers with a single API. It enables **cross-browser** web automation that is **ever-green**, **capable**, **reliable** and **fast**. | | ver | Linux | macOS | Win | | ---: | :---: | :---: | :---: | :---: | -| Chromium| 81.0.4044 | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Chromium| 82.0.4057.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | | WebKit | 13.0.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Firefox | 73.0b3 | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Firefox | 73.0b13 | :white_check_mark: | :white_check_mark: | :white_check_mark: | - Headless is supported for all the browsers on all platforms. diff --git a/docs/api.md b/docs/api.md index f7a9dd7751a9c..11116c7576238 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,5 +1,5 @@ -# Playwright API Tip-Of-Tree +# Playwright API v0.11.0 ##### Table of Contents diff --git a/package.json b/package.json index 7871dd4828ad9..80994ee11b85c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-core", - "version": "0.10.0-post", + "version": "0.11.0", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "engines": {