Skip to content

Commit b9294ca

Browse files
chore(release): 2.0.2 [skip ci]
## [2.0.2](v2.0.1...v2.0.2) (2024-04-19) ### Performance Improvements * use `Set` instead of iterating, and deduplicate a function ([#175](#175)) ([d0652cd](d0652cd))
1 parent d0652cd commit b9294ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.2](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.0.1...v2.0.2) (2024-04-19)
2+
3+
4+
### Performance Improvements
5+
6+
* use `Set` instead of iterating, and deduplicate a function ([#175](https://github.com/jest-community/eslint-plugin-jest-extended/issues/175)) ([d0652cd](https://github.com/jest-community/eslint-plugin-jest-extended/commit/d0652cdb82b692cdee0f2ef4616b96e89c6d4ddf))
7+
18
## [2.0.1](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.0.0...v2.0.1) (2024-04-19)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest-extended",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Eslint rules for Jest Extended",
55
"keywords": [
66
"jest",

0 commit comments

Comments
 (0)