Skip to content

Commit 5f55326

Browse files
committed
chore: release [skip ci]
1 parent daa4e96 commit 5f55326

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/playwright-msw/CHANGELOG.md

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

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

5+
## [1.0.2](https://github.com/valendres/playwright-msw/compare/[email protected]@1.0.2) "playwright-msw" (2022-10-04)<a name="1.0.2"></a>
6+
7+
### Bug Fixes
8+
9+
* improve compatibility with older versions of msw (#21) ([daa4e96](https://github.com/valendres/playwright-msw/commits/daa4e96))
10+
11+
12+
13+
514
## [1.0.1](https://github.com/valendres/playwright-msw/compare/[email protected]@1.0.1) "playwright-msw" (2022-10-04)<a name="1.0.1"></a>
615

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

0 commit comments

Comments
 (0)