Post release automated changes for loadtesting releases#36975
Merged
kashish2508 merged 2 commits intoAzure:mainfrom Jan 27, 2026
Merged
Post release automated changes for loadtesting releases#36975kashish2508 merged 2 commits intoAzure:mainfrom
kashish2508 merged 2 commits intoAzure:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR contains automated post-release version bumps for two Playwright-related packages after their 1.1.0 release on 2026-01-06. The changes prepare both packages for future development by incrementing to version 1.1.1 and adding unreleased CHANGELOG sections.
- Version bumped from 1.1.0 to 1.1.1 in both package manifests
- Added unreleased 1.1.1 section to both CHANGELOG files with standard subsections
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/loadtesting/playwright/package.json | Increments package version from 1.1.0 to 1.1.1 |
| sdk/loadtesting/playwright/CHANGELOG.md | Adds new unreleased 1.1.1 section with empty subsections for future changes |
| sdk/loadtesting/create-playwright/package.json | Increments package version from 1.1.0 to 1.1.1 |
| sdk/loadtesting/create-playwright/CHANGELOG.md | Adds new unreleased 1.1.1 section with empty subsections for future changes |
kashish2508
approved these changes
Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Post release automated changes for azure-playwright