Skip to content

Commit

Permalink
chore(release): 23.17.1 [skip ci]
Browse files Browse the repository at this point in the history
## [23.17.1](v23.17.0...v23.17.1) (2020-06-23)

### Bug Fixes

* **lowercase-name:** ignore all top level describes when option is true ([#614](#614)) ([624018a](624018a)), closes [#613](#613)
  • Loading branch information
semantic-release-bot committed Jun 23, 2020
1 parent 624018a commit e4e828d
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 @@
## [23.17.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.17.0...v23.17.1) (2020-06-23)


### Bug Fixes

* **lowercase-name:** ignore all top level describes when option is true ([#614](https://github.com/jest-community/eslint-plugin-jest/issues/614)) ([624018a](https://github.com/jest-community/eslint-plugin-jest/commit/624018aa181e7c0ce87457a4f9c212c7891987a8)), closes [#613](https://github.com/jest-community/eslint-plugin-jest/issues/613)

# [23.17.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.16.0...v23.17.0) (2020-06-23)


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

0 comments on commit e4e828d

Please sign in to comment.