Skip to content

Commit af82cdb

Browse files
committed
chore: release [skip ci]
1 parent 5f8eae3 commit af82cdb

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.2](https://github.com/valendres/playwright-msw/compare/[email protected]@2.0.2) "playwright-msw" (2022-12-08)<a name="2.0.2"></a>
6+
7+
### Bug Fixes
8+
9+
- **api**: createWorker is not exported (#43) ([8d6c5da](https://github.com/valendres/playwright-msw/commits/8d6c5da))
10+
- paths with trailing slash and route/query params not being matched (#41) ([bc08acb](https://github.com/valendres/playwright-msw/commits/bc08acb))
11+
512
## [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>
613

714
### Bug Fixes

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.1",
3+
"version": "2.0.2",
44
"description": "A Mock Service Worker API for Playwright.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)