Skip to content

Commit

Permalink
chore: release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed Apr 7, 2022
1 parent 6fac95f commit 13a511c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

### Features

- Simplify usage of the core function of jest-preview: Change preview(htmlElement) to preview.debug().
- [BREAKING CHANGES] Simplify usage of the core function of jest-preview: `preview(htmlElement)` to `preview.debug()`.
- Users do not need to pass any argument to `preview.debug()`, the default is `document.body` which is the whole page (how authors expect users to use jest-preview).
- [x] Add `title` and `favicon.ico` for Dashboard
- Add `title` and `favicon.ico` for Dashboard

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preview",
"version": "0.1.0-alpha.1",
"version": "0.1.0",
"description": "Preview your HTML code while using Jest",
"keywords": [
"testing",
Expand Down

0 comments on commit 13a511c

Please sign in to comment.