From e82edd8c587bb4cf8e1139de1371ed17314430a6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Nov 2019 08:30:53 +0000 Subject: [PATCH] chore(release): 23.0.3 [skip ci] ## [23.0.3](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.2...v23.0.3) (2019-11-08) ### Bug Fixes * **no-test-callback:** don't provide fix for `async` functions ([#469](https://github.com/jest-community/eslint-plugin-jest/issues/469)) ([09111e0](https://github.com/jest-community/eslint-plugin-jest/commit/09111e0c951aaa930c9a2c8e0ca84251b3196e94)), closes [#466](https://github.com/jest-community/eslint-plugin-jest/issues/466) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e3e6bdb..c10fa814c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [23.0.3](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.2...v23.0.3) (2019-11-08) + +### Bug Fixes + +- **no-test-callback:** don't provide fix for `async` functions + ([#469](https://github.com/jest-community/eslint-plugin-jest/issues/469)) + ([09111e0](https://github.com/jest-community/eslint-plugin-jest/commit/09111e0c951aaa930c9a2c8e0ca84251b3196e94)), + closes [#466](https://github.com/jest-community/eslint-plugin-jest/issues/466) + ## [23.0.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.1...v23.0.2) (2019-10-28) ### Bug Fixes diff --git a/package.json b/package.json index 091abc7e2..f3432a91e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "23.0.2", + "version": "23.0.3", "description": "Eslint rules for Jest", "repository": "jest-community/eslint-plugin-jest", "license": "MIT",