Skip to content

Commit f1d0c7d

Browse files
committed
chore: release [skip ci]
1 parent c071c87 commit f1d0c7d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/playwright-msw/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!-- MONODEPLOY:BELOW -->
44

5+
## [2.0.1](https://github.com/valendres/playwright-msw/compare/[email protected]@2.0.1) "playwright-msw" (2022-11-11)<a name="2.0.1"></a>
6+
7+
### Bug Fixes
8+
9+
- handlers not working when endpoint is called with query params (#40) ([87cb4b9](https://github.com/valendres/playwright-msw/commits/87cb4b9))
10+
- handlers being processed in incorrect order (#39) ([9f1d346](https://github.com/valendres/playwright-msw/commits/9f1d346))
11+
512
## [2.0.0](https://github.com/valendres/playwright-msw/compare/[email protected]@2.0.0) "playwright-msw" (2022-11-07)<a name="2.0.0"></a>
613

714
### Breaking Changes

packages/playwright-msw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-msw",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A Mock Service Worker API for Playwright.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)