Skip to content

Commit

Permalink
chore(release): 24.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [24.1.5](v24.1.4...v24.1.5) (2021-02-17)

### Bug Fixes

* **require-top-level-describe:** import function that actually exists ([#763](#763)) ([d10dc07](d10dc07))
  • Loading branch information
semantic-release-bot committed Feb 17, 2021
1 parent d10dc07 commit 01563ec
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.1.5](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5) (2021-02-17)


### Bug Fixes

* **require-top-level-describe:** import function that actually exists ([#763](https://github.com/jest-community/eslint-plugin-jest/issues/763)) ([d10dc07](https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859))

## [24.1.4](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4) (2021-02-16)


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

0 comments on commit 01563ec

Please sign in to comment.