Skip to content

Commit 68ab649

Browse files
committed
release: v1.8.5
1 parent 3a289d4 commit 68ab649

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.5 (14 Aug 2025)
2+
3+
* fix: await in repl mode [#18](https://github.com/liriliri/chobitsu/issues/18)
4+
* fix: same console messages missing [#19](https://github.com/liriliri/chobitsu/issues/19)
5+
16
## 1.8.4 (18 Oct 2024)
27

38
* fix: css priority [#16](https://github.com/liriliri/chobitsu/issues/16)

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

0 commit comments

Comments
 (0)