Skip to content

Commit

Permalink
release: v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Oct 15, 2024
1 parent 261da6d commit 3cae0ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.8.2 (15 Oct 2024)

* fix: cache network requests before enable
* fix: fetch remains pending when error occurs [#10](https://github.com/liriliri/chobitsu/issues/10)

## 1.8.1 (27 Sep 2024)

* fix: shadowRoot hook
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chobitsu",
"version": "1.8.1",
"version": "1.8.2",
"description": "Chrome devtools protocol JavaScript implementation",
"main": "dist/chobitsu.js",
"exports": {
Expand Down

0 comments on commit 3cae0ed

Please sign in to comment.