Skip to content

Commit

Permalink
chore(release): 23.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [23.0.1](v23.0.0...v23.0.1) (2019-10-28)

### Bug Fixes

* **valid-title:** ignore string addition ([#461](#461)) ([b7c1be2](b7c1be2))
  • Loading branch information
semantic-release-bot committed Oct 28, 2019
1 parent b7c1be2 commit b1b6dca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,16 @@
# [22.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v22.1.3...v22.2.0) (2019-01-29)
## [23.0.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.0...v23.0.1) (2019-10-28)

### Bug Fixes

- **valid-title:** ignore string addition
([#461](https://github.com/jest-community/eslint-plugin-jest/issues/461))
([b7c1be2](https://github.com/jest-community/eslint-plugin-jest/commit/b7c1be2f279b87366332fb2d3a3e49a71aa75711))

# [22.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v22.1.3...v22.2.0) (2019-01-29)

### Features

* **rules:** add prefer-todo rule ([#218](https://github.com/jest-community/eslint-plugin-jest/issues/218)) ([0933d82](https://github.com/jest-community/eslint-plugin-jest/commit/0933d82)), closes [#217](https://github.com/jest-community/eslint-plugin-jest/issues/217)
- **rules:** add prefer-todo rule
([#218](https://github.com/jest-community/eslint-plugin-jest/issues/218))
([0933d82](https://github.com/jest-community/eslint-plugin-jest/commit/0933d82)),
closes [#217](https://github.com/jest-community/eslint-plugin-jest/issues/217)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "0.0.0-development",
"version": "23.0.1",
"description": "Eslint rules for Jest",
"repository": "jest-community/eslint-plugin-jest",
"license": "MIT",
Expand Down

0 comments on commit b1b6dca

Please sign in to comment.