From 10020ee94e4d3db953db243b80a6ae354fd8df67 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Jan 2020 10:52:42 +0000 Subject: [PATCH] chore(release): 23.5.0 [skip ci] # [23.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.4.0...v23.5.0) (2020-01-12) ### Features * **expect-expect:** support glob patterns for assertFunctionNames ([#509](https://github.com/jest-community/eslint-plugin-jest/issues/509)) ([295ca9a](https://github.com/jest-community/eslint-plugin-jest/commit/295ca9a6969c77fadaa1a42d76e89cae992520a6)) * **valid-expect:** refactor `valid-expect` linting messages ([#501](https://github.com/jest-community/eslint-plugin-jest/issues/501)) ([7338362](https://github.com/jest-community/eslint-plugin-jest/commit/7338362420eb4970f99be2016bb4ded5732797e3)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c52141aa..dbcad78f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [23.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.4.0...v23.5.0) (2020-01-12) + +### Features + +- **expect-expect:** support glob patterns for assertFunctionNames + ([#509](https://github.com/jest-community/eslint-plugin-jest/issues/509)) + ([295ca9a](https://github.com/jest-community/eslint-plugin-jest/commit/295ca9a6969c77fadaa1a42d76e89cae992520a6)) +- **valid-expect:** refactor `valid-expect` linting messages + ([#501](https://github.com/jest-community/eslint-plugin-jest/issues/501)) + ([7338362](https://github.com/jest-community/eslint-plugin-jest/commit/7338362420eb4970f99be2016bb4ded5732797e3)) + # [23.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.3.0...v23.4.0) (2020-01-10) ### Features diff --git a/package.json b/package.json index 31ea9fb7a..0657c310b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "23.4.0", + "version": "23.5.0", "description": "Eslint rules for Jest", "repository": "jest-community/eslint-plugin-jest", "license": "MIT",