Skip to content

Commit

Permalink
release: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jul 31, 2024
1 parent 10230d9 commit 4365260
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.5.0 (31 Jul 2024)

* feat: support IndexedDB
* feat: support WebSocket

## 1.4.6 (4 Nov 2023)

* fix: cache console logs before enable
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.4.6",
"version": "1.5.0",
"description": "Chrome devtools protocol JavaScript implementation",
"main": "dist/chobitsu.js",
"exports": {
Expand Down

0 comments on commit 4365260

Please sign in to comment.