diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e327d46..105b875b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,16 @@ ## Features - Notify user when there is a new "latest" version +- Deprecate `externalCss` (gradually) ## Fixes - Sass enhancement +## Chores + +- Improve docs and message in Jest Preview Dashboard + # 0.2.3 ## Fixes diff --git a/package-lock.json b/package-lock.json index 482646bb..7cbd2de4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jest-preview", - "version": "0.2.4-alpha.1", + "version": "0.2.4-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jest-preview", - "version": "0.2.4-alpha.1", + "version": "0.2.4-alpha.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a93326c9..13bf2715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-preview", - "version": "0.2.4-alpha.1", + "version": "0.2.4-alpha.2", "description": "Preview your HTML code while using Jest", "keywords": [ "testing",