Skip to content

Commit

Permalink
prepare for release 28.1 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Jan 17, 2021
1 parent 3789b1a commit 2f74cee
Show file tree
Hide file tree
Showing 3 changed files with 1,553 additions and 717 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,12 +4,13 @@ Please add your own contribution below inside the Master section
Bug-fixes within the same version aren't needed
## Master
-->

### 28.1.0
* make parser missing name a warning instead of error (#55) - @connectdotz
* clean up fixtures/parser_tests.js and add it for lint/prettier scripts. - @connectdotz
* Detect Tagged Template Literal version of describe.each and it.each - @TheSench
* Detect it when used with deep chain of modifiers (e.g. `test.concurrent.only.each(table)(name, fn)`) - @TheSench
-->

### 28.0.0
* fix parser crash for return statement without argument. - @connectdotz
* upgrade dependency `danger` and address other vulnerable dependency issues.
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jest-editor-support",
"version": "28.0.0",
"version": "28.1.0",
"repository": {
"type": "git",
"url": "https://github.com/jest-community/jest-editor-support"
Expand Down Expand Up @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "^2.18.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.7.0",
"babel-jest": "^26.6.3",
"coveralls": "^3.0.3",
"danger": "^10.5.4",
"eslint": "^6.8.0",
Expand All @@ -55,7 +55,7 @@
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.0.1",
"flow-bin": "^0.97.0",
"jest": "^24.7.0",
"jest": "^26.6.3",
"lint-staged": "^8.1.5",
"prettier": "^1.17.0",
"typescript": "^3.8.2"
Expand All @@ -64,7 +64,7 @@
"@babel/parser": "^7.8.3",
"@babel/traverse": "^7.6.2",
"@babel/types": "^7.8.3",
"@jest/types": "^24.8.0",
"@jest/types": "^26.6.2",
"core-js": "^3.2.1",
"jest-snapshot": "^24.7.0"
},
Expand Down

0 comments on commit 2f74cee

Please sign in to comment.