Skip to content

Commit

Permalink
chore(release): 27.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [27.1.4](v27.1.3...v27.1.4) (2022-11-04)

### Performance Improvements

* don't collect more info than needed when resolving jest functions ([#1275](#1275)) ([e4a5674](e4a5674))
  • Loading branch information
semantic-release-bot committed Nov 4, 2022
1 parent e4a5674 commit 96557c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [27.1.4](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.3...v27.1.4) (2022-11-04)


### Performance Improvements

* don't collect more info than needed when resolving jest functions ([#1275](https://github.com/jest-community/eslint-plugin-jest/issues/1275)) ([e4a5674](https://github.com/jest-community/eslint-plugin-jest/commit/e4a567434d84585e01efcdd22ca7e77288069ae5))

## [27.1.3](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.2...v27.1.3) (2022-10-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "27.1.3",
"version": "27.1.4",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
Expand Down

0 comments on commit 96557c4

Please sign in to comment.