Skip to content

Commit

Permalink
release 28.2.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Mar 5, 2021
1 parent f03cebc commit f511fba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ Please add your own contribution below inside the Master section
Bug-fixes within the same version aren't needed
## Master
- Identify todo tests, which are distinct from pending/skip tests - @pmcelhaney
- split exit and close runner event for correct/finer control; provide better event types. - @connectdotz
- adding ability to pass explicit, extra arguments and node_env for runner process - @connectdotz
- fix snapshot parsing for flow and typescript files - @connectdotz
-->

### 28.2.0
- Identify todo tests, which are distinct from pending/skip tests - @pmcelhaney (#61)
- split exit and close runner event for correct/finer control; provide better event types. - @connectdotz (#62)
- adding ability to pass explicit, extra arguments and node_env for runner process - @connectdotz (#63)
- fix snapshot parsing for flow and typescript files - @connectdotz (#63)
### 28.1.0

- make parser missing name a warning instead of error (#55) - @connectdotz
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-editor-support",
"version": "28.1.0",
"version": "28.2.0",
"repository": {
"type": "git",
"url": "https://github.com/jest-community/jest-editor-support"
Expand Down

0 comments on commit f511fba

Please sign in to comment.