Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed Aug 22, 2022
1 parent d525e9f commit 7882e18
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.2.8",
"version": "0.3.0",
"description": "Preview your Jest tests in a browser",
"keywords": [
"testing",
Expand Down

0 comments on commit 7882e18

Please sign in to comment.