Skip to content

Commit

Permalink
chore(release): 24.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [24.4.2](v24.4.1...v24.4.2) (2021-09-17)

### Bug Fixes

* use correct property `hasSuggestions` rather than `hasSuggestion` ([#899](#899)) ([dfd2368](dfd2368))
  • Loading branch information
semantic-release-bot committed Sep 17, 2021
1 parent dfd2368 commit 514e841
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [24.4.2](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.1...v24.4.2) (2021-09-17)


### Bug Fixes

* use correct property `hasSuggestions` rather than `hasSuggestion` ([#899](https://github.com/jest-community/eslint-plugin-jest/issues/899)) ([dfd2368](https://github.com/jest-community/eslint-plugin-jest/commit/dfd2368d1cb1789b6a95a11be24c36868bb8a819))

## [24.4.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.0...v24.4.1) (2021-09-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "24.4.1",
"version": "24.4.2",
"description": "Eslint rules for Jest",
"keywords": [
"eslint",
Expand Down

0 comments on commit 514e841

Please sign in to comment.