Skip to content

Commit c6eb161

Browse files
committed
add CHANGELOG.md
1 parent 7c57fb4 commit c6eb161

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
> This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) approach.
4+
5+
## [Unreleased]
6+
7+
8+
## 0.2.1
9+
* Handle requests after page is closed
10+
11+
## 0.2.0
12+
* New api released (breaking)

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -636,12 +636,7 @@ Alternatively, you can check the following packages:
636636
* [playwright-request-mocker](https://github.com/kousenlsn/playwright-request-mocker) uses HAR format, looks abandoned
637637
638638
## Changelog
639-
640-
#### 0.2.1
641-
* handle requests after page is closed
642-
643-
#### 0.2.0
644-
* new api released (breaking)
639+
See [CHANGELOG.md](./CHANGELOG.md).
645640
646641
## Feedback
647642
Feel free to share your feedback and suggestions in [issues](https://github.com/vitalets/playwright-network-cache/issues).

0 commit comments

Comments
 (0)