Skip to content

Commit b0c44ca

Browse files
committed
chore: release [skip ci]
1 parent 6d24ecc commit b0c44ca

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/playwright-msw/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [2.1.0](https://github.com/valendres/playwright-msw/compare/[email protected]@2.1.0) "playwright-msw" (2022-12-08)<a name="2.1.0"></a>
6+
7+
### Features
8+
9+
* add support for mocking cross-origin requests (#44) ([6d24ecc](https://github.com/valendres/playwright-msw/commits/6d24ecc))
10+
11+
12+
13+
514
## [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>
615

716
### Bug Fixes

packages/playwright-msw/package.json

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

0 commit comments

Comments
 (0)