Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 5, 2019
1 parent 716fe42 commit a7aab3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## master
## 0.3.1

### Fixes

- Helpful error message when attempting to use the package main file ([#29](https://github.com/jest-community/jest-watch-typeahead/pull/29))

## 0.3.0

### Chore & Maintenance

Expand All @@ -8,7 +14,6 @@
### Fixes

- Use fullName(to show ancestor titles) for test name pattern plugin ([#26](https://github.com/jest-community/jest-watch-typeahead/pull/26))
- Helpful error message when attempting to use the package main file ([#29](https://github.com/jest-community/jest-watch-typeahead/pull/29))

## 0.2.1

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-watch-typeahead",
"version": "0.3.0",
"version": "0.3.1",
"main": "build/index.js",
"author": "Rogelio Guzman <[email protected]>",
"description": "Jest plugin for filtering by filename or test name",
Expand Down

0 comments on commit a7aab3a

Please sign in to comment.