From 60aac3a51530bbc11b8e76b72d35f49ccded1a4f Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 16 Sep 2024 05:47:42 -0700 Subject: [PATCH] Post release automated changes for playwrighttesting releases (#31125) Post release automated changes for azure-microsoft-playwright-testing --- .../microsoft-playwright-testing/CHANGELOG.md | 10 ++++++++++ .../microsoft-playwright-testing/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md b/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md index 8bf1e94b453..b9a67b2bcb5 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md +++ b/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.0.0-beta.4 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0-beta.3 (2024-09-16) This release provides better error messaging and error handling by improving logging. diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/package.json b/sdk/playwrighttesting/microsoft-playwright-testing/package.json index d98e9478102..c575c75d536 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/package.json +++ b/sdk/playwrighttesting/microsoft-playwright-testing/package.json @@ -1,6 +1,6 @@ { "name": "@azure/microsoft-playwright-testing", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "Package to integrate your Playwright test suite with Microsoft Playwright Testing service", "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/playwrighttesting/microsoft-playwright-testing/README.md", "sdk-type": "client",