diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d85098a8..556c08be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [26.4.6](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.5...v26.4.6) (2022-05-30) + + +### Bug Fixes + +* **no-disabled-tests:** don't report on `it.todo` & `test.todo` ([#1137](https://github.com/jest-community/eslint-plugin-jest/issues/1137)) ([b651443](https://github.com/jest-community/eslint-plugin-jest/commit/b651443b820126cf05ad6803648c789afde0172f)) + ## [26.4.5](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.4...v26.4.5) (2022-05-29) diff --git a/package.json b/package.json index dae9683f6..1bb701156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.4.5", + "version": "26.4.6", "description": "ESLint rules for Jest", "keywords": [ "eslint",