From 6ffb99888de39b362373d588f29a997c3f028740 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Nov 2019 22:35:51 +0000 Subject: [PATCH] chore(release): 23.1.1 [skip ci] ## [23.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.0...v23.1.1) (2019-11-30) ### Bug Fixes * **no-focused-tests:** detect table format uage of `.only.each` ([#489](https://github.com/jest-community/eslint-plugin-jest/issues/489)) ([d03bcf4](https://github.com/jest-community/eslint-plugin-jest/commit/d03bcf49e9e4f068bead25a4bc4c962762d56c02)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c912b80..083614a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [23.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.0...v23.1.1) (2019-11-30) + +### Bug Fixes + +- **no-focused-tests:** detect table format uage of `.only.each` + ([#489](https://github.com/jest-community/eslint-plugin-jest/issues/489)) + ([d03bcf4](https://github.com/jest-community/eslint-plugin-jest/commit/d03bcf49e9e4f068bead25a4bc4c962762d56c02)) + # [23.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.5...v23.1.0) (2019-11-29) ### Features diff --git a/package.json b/package.json index fea353d92..e332328c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "23.1.0", + "version": "23.1.1", "description": "Eslint rules for Jest", "repository": "jest-community/eslint-plugin-jest", "license": "MIT",