Skip to content

Commit

Permalink
prepare for v29.0.0 release (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Jun 11, 2021
1 parent fcdfe28 commit b03ec9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ Please add your own contribution below inside the Master section
Bug-fixes within the same version aren't needed
## Master
* convert `parser-test.js` to a true jest test: `babel-parser.test.ts` and convert to typescript. - @connectdotz
* upgrade prettier and @babel/preset-typescript, fix lint errors. - @connectdotz
* adding lastProperty and nameType attributes to NamedNode - @connectdotz
* preserve test/describe block name argument instead of using a type-marker - @connectdotz
* remove JSX plugin for `.ts` files
* upgrade lint-staged to address security vulnerability - @connectdotz
-->

### 29.0.0
* convert `parser-test.js` to a true jest test: `babel-parser.test.ts` and convert to typescript. - @connectdotz (#69)
* upgrade prettier and @babel/preset-typescript, fix lint errors. - @connectdotz (#69)
* adding lastProperty and nameType attributes to NamedNode - @connectdotz (#71)
* preserve test/describe block name argument instead of using a type-marker - @connectdotz (#71)
* remove JSX plugin for `.ts` files - @ehaynes99 @@gregoryzh (#75)
* upgrade lint-staged to address security vulnerability - @connectdotz (#76)

### 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)
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.2.0",
"version": "29.0.0",
"repository": {
"type": "git",
"url": "https://github.com/jest-community/jest-editor-support"
Expand Down

0 comments on commit b03ec9c

Please sign in to comment.