From c5647f2214e04856a1fa3a1446c4c1cf09c73f45 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Nov 2019 17:57:44 +0000 Subject: [PATCH] chore(release): 23.0.4 [skip ci] ## [23.0.4](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.3...v23.0.4) (2019-11-14) ### Bug Fixes * get correct ruleName without specifying file extension ([#473](https://github.com/jest-community/eslint-plugin-jest/issues/473)) ([f09203e](https://github.com/jest-community/eslint-plugin-jest/commit/f09203ed05a69c83baadf6149ae17513c85b170f)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c10fa814c..db5768581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [23.0.4](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.3...v23.0.4) (2019-11-14) + +### Bug Fixes + +- get correct ruleName without specifying file extension + ([#473](https://github.com/jest-community/eslint-plugin-jest/issues/473)) + ([f09203e](https://github.com/jest-community/eslint-plugin-jest/commit/f09203ed05a69c83baadf6149ae17513c85b170f)) + ## [23.0.3](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.2...v23.0.3) (2019-11-08) ### Bug Fixes diff --git a/package.json b/package.json index 34272f5df..c9d6f7e5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "23.0.3", + "version": "23.0.4", "description": "Eslint rules for Jest", "repository": "jest-community/eslint-plugin-jest", "license": "MIT",