diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md b/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md index 52183bc8faf..36978a1be20 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.6 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0-beta.5 (2024-11-18) This release fixes a bug related to artifact upload and performance enhancements. diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/package.json b/sdk/playwrighttesting/microsoft-playwright-testing/package.json index 26d7baf9f36..b2938da4d41 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.5", + "version": "1.0.0-beta.6", "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",