diff --git a/CHANGELOG.md b/CHANGELOG.md index c06207fe..f6950266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 868cd482..59753165 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jest-preview", - "version": "0.1.0-alpha.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b68a023..f03cad77 100644 --- a/package.json +++ b/package.json @@ -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",