Skip to content

Commit

Permalink
chore(release): 23.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [23.12.0](v23.11.0...v23.12.0) (2020-05-16)

### Features

* deprecate `no-expect-resolves` rule ([b6a22e5](b6a22e5))
* deprecate `no-truthy-falsy` rule ([a67d92d](a67d92d))
* deprecate `prefer-inline-snapshots` rule ([1360e9b](1360e9b))
  • Loading branch information
semantic-release-bot committed May 16, 2020
1 parent 1360e9b commit 18424de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [23.12.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.11.0...v23.12.0) (2020-05-16)


### Features

* deprecate `no-expect-resolves` rule ([b6a22e5](https://github.com/jest-community/eslint-plugin-jest/commit/b6a22e5aa98abcb57aac217c6d4583d0a3388e7b))
* deprecate `no-truthy-falsy` rule ([a67d92d](https://github.com/jest-community/eslint-plugin-jest/commit/a67d92d2834568122f24bf3d8455999166da95ea))
* deprecate `prefer-inline-snapshots` rule ([1360e9b](https://github.com/jest-community/eslint-plugin-jest/commit/1360e9b0e840f4f778a9d251371c943919f84600))

# [23.11.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.10.0...v23.11.0) (2020-05-12)


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

0 comments on commit 18424de

Please sign in to comment.