Skip to content

Commit 4365260

Browse files
committed
release: v1.5.0
1 parent 10230d9 commit 4365260

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.5.0 (31 Jul 2024)
2+
3+
* feat: support IndexedDB
4+
* feat: support WebSocket
5+
16
## 1.4.6 (4 Nov 2023)
27

38
* fix: cache console logs before enable

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.4.6",
3+
"version": "1.5.0",
44
"description": "Chrome devtools protocol JavaScript implementation",
55
"main": "dist/chobitsu.js",
66
"exports": {

0 commit comments

Comments
 (0)