Skip to content

Commit 4202f69

Browse files
committed
chore: release [skip ci]
1 parent a476b79 commit 4202f69

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/playwright-msw/CHANGELOG.md

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

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

5+
## [3.0.1](https://github.com/valendres/playwright-msw/compare/[email protected]@3.0.1) "playwright-msw" (2023-12-09)<a name="3.0.1"></a>
6+
7+
### Bug Fixes
8+
9+
* **utils**: support star matching
10+
11+
support star matching in domain and path in regex ([a476b79](https://github.com/valendres/playwright-msw/commits/a476b79))
12+
* **utils**: support star matching (#84) ([a476b79](https://github.com/valendres/playwright-msw/commits/a476b79))
13+
14+
15+
16+
517
## [3.0.0](https://github.com/valendres/playwright-msw/compare/[email protected]@3.0.0) "playwright-msw" (2023-12-05)<a name="3.0.0"></a>
618

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

0 commit comments

Comments
 (0)