Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed May 23, 2022
1 parent b8dd43d commit 0b52e69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.2.1

## Features

- First class support for Create React App
- Support more CSS-in-JS libraries such as [emotion](https://emotion.sh/)
- Add tests
- Add docs

# 0.2.0

## Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1-alpha.3",
"version": "0.2.1",
"description": "Preview your HTML code while using Jest",
"keywords": [
"testing",
Expand Down

0 comments on commit 0b52e69

Please sign in to comment.