diff --git a/CHANGELOG.md b/CHANGELOG.md index ecfd5ebd..0f0d7e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Features - Support CSS Modules + - Caveat: Support CSS Modules for CRA in next version. # 0.1.0 diff --git a/package-lock.json b/package-lock.json index c5c0ffed..fb7cf505 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jest-preview", - "version": "0.1.1-alpha.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7c348b51..869c803b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-preview", - "version": "0.1.1-alpha.0", + "version": "0.1.1", "description": "Preview your HTML code while using Jest", "keywords": [ "testing",