diff --git a/CHANGELOG.md b/CHANGELOG.md index 88dc709c..722dc5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.3.0 + +## Features + +- Support viewing SVG when importing as a component in React +- Use PostCSS configure to transform CSS +- Convert to `pnpm` + +## Chores + +- Convert cypress tests to typescript + # 0.2.8 ## Fixes diff --git a/package.json b/package.json index c0272f95..be45a99c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-preview", - "version": "0.2.8", + "version": "0.3.0", "description": "Preview your Jest tests in a browser", "keywords": [ "testing",