Skip to content

Commit

Permalink
chore(release): 23.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [23.0.5](v23.0.4...v23.0.5) (2019-11-27)

### Bug Fixes

* typo in the `require-to-throw-message` docs ([#487](#487)) ([3526213](3526213))
  • Loading branch information
semantic-release-bot committed Nov 27, 2019
1 parent 3526213 commit 22d890f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [23.0.5](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.4...v23.0.5) (2019-11-27)

### Bug Fixes

- typo in the `require-to-throw-message` docs
([#487](https://github.com/jest-community/eslint-plugin-jest/issues/487))
([3526213](https://github.com/jest-community/eslint-plugin-jest/commit/35262135e3bb407b9c40991d2651ca4b201eebff))

## [23.0.4](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.3...v23.0.4) (2019-11-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "23.0.4",
"version": "23.0.5",
"description": "Eslint rules for Jest",
"repository": "jest-community/eslint-plugin-jest",
"license": "MIT",
Expand Down

0 comments on commit 22d890f

Please sign in to comment.