diff --git a/CHANGELOG.md b/CHANGELOG.md index ee25da650..62706738d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [27.4.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.0...v27.4.1) (2023-09-29) + + +### Bug Fixes + +* **no-focused-tests:** make reporting location consistent ([#1443](https://github.com/jest-community/eslint-plugin-jest/issues/1443)) ([a871775](https://github.com/jest-community/eslint-plugin-jest/commit/a87177504430d1c469af70d6fc3b674a388291d8)) + # [27.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.3.0...v27.4.0) (2023-09-15) diff --git a/package.json b/package.json index fee8c205a..461fb1ca4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.4.0", + "version": "27.4.1", "description": "ESLint rules for Jest", "keywords": [ "eslint",