diff --git a/CHANGELOG.md b/CHANGELOG.md index 62706738d..cbc5c9fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [27.4.2](https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.1...v27.4.2) (2023-09-29) + + +### Bug Fixes + +* make rule message punctuation consistent ([#1444](https://github.com/jest-community/eslint-plugin-jest/issues/1444)) ([84121ee](https://github.com/jest-community/eslint-plugin-jest/commit/84121eee018cc8cc32e6c7a267fc27efd3a4a0a0)) + ## [27.4.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.0...v27.4.1) (2023-09-29) diff --git a/package.json b/package.json index 9ed59b97e..a23e1ccca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.4.1", + "version": "27.4.2", "description": "ESLint rules for Jest", "keywords": [ "eslint",