Skip to content

Commit ab137d6

Browse files
committed
Release 0.2.2
1 parent 18fa2f5 commit ab137d6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
> This project follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) approach.
44
55
## [Unreleased]
6+
7+
## [0.2.2] - 2025-03-02
68
* Support Playwright 1.51
79

810
## [0.2.1]
911
* Handle requests after page is closed
1012

1113
## [0.2.0]
12-
* New api released (breaking)
14+
* New api released (breaking)
15+
[unreleased]: https://github.com/vitalets/playwright-network-cache/compare/v0.2.2...HEAD
16+
[0.2.2]: https://github.com/vitalets/playwright-network-cache/compare/v0.2.1...v0.2.2

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playwright-network-cache",
33
"description": "Cache network requests in Playwright tests",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"exports": {

0 commit comments

Comments
 (0)