Skip to content

Commit

Permalink
chore(release): 23.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Feb 23, 2020
1 parent 0d77300 commit adc3b2e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit adc3b2e

Please sign in to comment.