Skip to content

Commit

Permalink
release: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Dec 2, 2022
1 parent 3e1cd8f commit 8fd956f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.1 (2 Dec 2022)

* feat: support android 5.0

## 1.4.0 (27 Nov 2022)

* feat: support ie11
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.0",
"version": "1.4.1",
"description": "Chrome devtools protocol JavaScript implementation",
"main": "dist/chobitsu.js",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import 'core-js/stable/object/assign'
import 'core-js/stable/promise'
import 'core-js/modules/es.map'
import Chobitsu from './Chobitsu'
import noop from 'licia/noop'
import * as Runtime from './domains/Runtime'
Expand Down

0 comments on commit 8fd956f

Please sign in to comment.