From 4c2d84d9d734e627892884a463683ed90b4d3c0c Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:12:06 -0800 Subject: [PATCH] Post release automated changes for playwrighttesting releases (#31830) Post release automated changes for azure-create-microsoft-playwright-testing --- .../create-microsoft-playwright-testing/CHANGELOG.md | 10 ++++++++++ .../create-microsoft-playwright-testing/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md b/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md index 9303d6adfb3..235f232040f 100644 --- a/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md +++ b/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.0.0-beta.3 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0-beta.2 (2024-11-19) This release improves compatibility with modern JavaScript environments by migrating the package to ECMAScript modules and Vitest diff --git a/sdk/playwrighttesting/create-microsoft-playwright-testing/package.json b/sdk/playwrighttesting/create-microsoft-playwright-testing/package.json index bce648e3bbd..509634938dc 100644 --- a/sdk/playwrighttesting/create-microsoft-playwright-testing/package.json +++ b/sdk/playwrighttesting/create-microsoft-playwright-testing/package.json @@ -1,6 +1,6 @@ { "name": "@azure/create-microsoft-playwright-testing", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "description": "Package to setup @azure/microsoft-playwright-testing", "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/playwrighttesting/create-microsoft-playwright-testing/README.md", "sdk-type": "client",