diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md b/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md index 5091b894e14..aecdd9fa343 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.5 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0-beta.4 (2024-10-21) This release fixes some bugs, adds a feature to customize run name and improves error messaging. diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/package.json b/sdk/playwrighttesting/microsoft-playwright-testing/package.json index 69d2bfeb085..58fd0ff1396 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.4", + "version": "1.0.0-beta.5", "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",