We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a289d4 commit 68ab649Copy full SHA for 68ab649
CHANGELOG.md
@@ -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
6
## 1.8.4 (18 Oct 2024)
7
8
* fix: css priority [#16](https://github.com/liriliri/chobitsu/issues/16)
package.json
@@ -1,6 +1,6 @@
{
"name": "chobitsu",
- "version": "1.8.4",
+ "version": "1.8.5",
"description": "Chrome devtools protocol JavaScript implementation",
"main": "dist/chobitsu.js",
"exports": {
0 commit comments