diff --git a/CHANGELOG.md b/CHANGELOG.md index cd791f06f..6c786d00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [27.0.4](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.3...v27.0.4) (2022-09-10) + + +### Bug Fixes + +* consistent rule doc notices and sections ([#1226](https://github.com/jest-community/eslint-plugin-jest/issues/1226)) ([2580563](https://github.com/jest-community/eslint-plugin-jest/commit/25805639edf59b5d8825cd4245e1fa66aff56382)) + ## [27.0.3](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.2...v27.0.3) (2022-09-09) diff --git a/package.json b/package.json index 546d8a741..6e7463721 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.0.3", + "version": "27.0.4", "description": "ESLint rules for Jest", "keywords": [ "eslint",