Skip to content

Commit

Permalink
release: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Aug 7, 2022
1 parent 27f7ac5 commit c8a53a8
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.2.1 (7 Aug 2022)

* fix: css text empty if value contains special char
* refactor: replace dom-to-image with html2canvas

## 1.2.0 (31 Jul 2022)

* feat: support screencast
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.2.0",
"version": "1.2.1",
"description": "Chrome devtools protocol JavaScript implementation",
"main": "dist/chobitsu.js",
"files": [
Expand Down

0 comments on commit c8a53a8

Please sign in to comment.