Skip to content

Commit 2d3f1a6

Browse files
committed
chore: release [skip ci]
1 parent 76aa624 commit 2d3f1a6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/playwright-msw/CHANGELOG.md

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

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

5+
## [2.2.1](https://github.com/valendres/playwright-msw/compare/[email protected]@2.2.1) "playwright-msw" (2023-03-10)<a name="2.2.1"></a>
6+
7+
### Bug Fixes
8+
9+
* vue compatibility ([3634be1](https://github.com/valendres/playwright-msw/commits/3634be1))
10+
* race condition which breaks compatibility with vue (#61) ([3634be1](https://github.com/valendres/playwright-msw/commits/3634be1))
11+
12+
13+
14+
515
## [2.2.0](https://github.com/valendres/playwright-msw/compare/[email protected]@2.2.0) "playwright-msw" (2023-02-06)<a name="2.2.0"></a>
616

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

0 commit comments

Comments
 (0)