Skip to content

Commit adc3b2e

Browse files
chore(release): 23.8.0 [skip ci]
# [23.8.0](v23.7.0...v23.8.0) (2020-02-23) ### Bug Fixes * **valid-title:** ensure argument node is defined before accessing props ([#538](#538)) ([7730f75](7730f75)) ### Features * **no-large-snapshots:** add setting to define maxSize by snapshot type ([#524](#524)) ([0d77300](0d77300))
1 parent 0d77300 commit adc3b2e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [23.8.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.7.0...v23.8.0) (2020-02-23)
2+
3+
### Bug Fixes
4+
5+
- **valid-title:** ensure argument node is defined before accessing props
6+
([#538](https://github.com/jest-community/eslint-plugin-jest/issues/538))
7+
([7730f75](https://github.com/jest-community/eslint-plugin-jest/commit/7730f757561100559509b756fd362ca33b9ab1d4))
8+
9+
### Features
10+
11+
- **no-large-snapshots:** add setting to define maxSize by snapshot type
12+
([#524](https://github.com/jest-community/eslint-plugin-jest/issues/524))
13+
([0d77300](https://github.com/jest-community/eslint-plugin-jest/commit/0d77300e61adc7a5aa84f34ff4ccc164075d5f41))
14+
115
# [23.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.6.0...v23.7.0) (2020-02-07)
216

317
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "23.7.0",
3+
"version": "23.8.0",
44
"description": "Eslint rules for Jest",
55
"repository": "jest-community/eslint-plugin-jest",
66
"license": "MIT",

0 commit comments

Comments
 (0)