Skip to content

Commit 3cae0ed

Browse files
committed
release: v1.8.2
1 parent 261da6d commit 3cae0ed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.8.2 (15 Oct 2024)
2+
3+
* fix: cache network requests before enable
4+
* fix: fetch remains pending when error occurs [#10](https://github.com/liriliri/chobitsu/issues/10)
5+
16
## 1.8.1 (27 Sep 2024)
27

38
* fix: shadowRoot hook

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chobitsu",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"description": "Chrome devtools protocol JavaScript implementation",
55
"main": "dist/chobitsu.js",
66
"exports": {

0 commit comments

Comments
 (0)