Skip to content

Commit

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

### Performance Improvements

* use `Set` instead of iterating, and deduplicate a function ([#1278](#1278)) ([0e048f1](0e048f1))
  • Loading branch information
semantic-release-bot committed Nov 10, 2022
1 parent 0e048f1 commit 4f7b3f6
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.5](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.4...v27.1.5) (2022-11-10)


### Performance Improvements

* use `Set` instead of iterating, and deduplicate a function ([#1278](https://github.com/jest-community/eslint-plugin-jest/issues/1278)) ([0e048f1](https://github.com/jest-community/eslint-plugin-jest/commit/0e048f1577565119cf686eac4477be64a41b2a08))

## [27.1.4](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.3...v27.1.4) (2022-11-04)


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

0 comments on commit 4f7b3f6

Please sign in to comment.