From adc3b2ea25b8652f8eb09cde35077d20f88db823 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Feb 2020 04:02:22 +0000 Subject: [PATCH] chore(release): 23.8.0 [skip ci] # [23.8.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.7.0...v23.8.0) (2020-02-23) ### Bug Fixes * **valid-title:** ensure argument node is defined before accessing props ([#538](https://github.com/jest-community/eslint-plugin-jest/issues/538)) ([7730f75](https://github.com/jest-community/eslint-plugin-jest/commit/7730f757561100559509b756fd362ca33b9ab1d4)) ### Features * **no-large-snapshots:** add setting to define maxSize by snapshot type ([#524](https://github.com/jest-community/eslint-plugin-jest/issues/524)) ([0d77300](https://github.com/jest-community/eslint-plugin-jest/commit/0d77300e61adc7a5aa84f34ff4ccc164075d5f41)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cfd3ff4a..88feaeb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [23.8.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.7.0...v23.8.0) (2020-02-23) + +### Bug Fixes + +- **valid-title:** ensure argument node is defined before accessing props + ([#538](https://github.com/jest-community/eslint-plugin-jest/issues/538)) + ([7730f75](https://github.com/jest-community/eslint-plugin-jest/commit/7730f757561100559509b756fd362ca33b9ab1d4)) + +### Features + +- **no-large-snapshots:** add setting to define maxSize by snapshot type + ([#524](https://github.com/jest-community/eslint-plugin-jest/issues/524)) + ([0d77300](https://github.com/jest-community/eslint-plugin-jest/commit/0d77300e61adc7a5aa84f34ff4ccc164075d5f41)) + # [23.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.6.0...v23.7.0) (2020-02-07) ### Bug Fixes diff --git a/package.json b/package.json index 51e8d194e..69522ecc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "23.7.0", + "version": "23.8.0", "description": "Eslint rules for Jest", "repository": "jest-community/eslint-plugin-jest", "license": "MIT",