Skip to content

Commit 201b6e9

Browse files
chore(release): 28.0.0-next.5 [skip ci]
# [28.0.0-next.5](v28.0.0-next.4...v28.0.0-next.5) (2024-03-27) ### Features * remove `snapshot` processor and `flat/snapshot` config ([#1532](#1532)) ([98087f9](98087f9)) ### BREAKING CHANGES * removed unneeded `snapshot` processor and `flat/snapshot` config
1 parent 98087f9 commit 201b6e9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [28.0.0-next.5](https://github.com/jest-community/eslint-plugin-jest/compare/v28.0.0-next.4...v28.0.0-next.5) (2024-03-27)
2+
3+
4+
### Features
5+
6+
* remove `snapshot` processor and `flat/snapshot` config ([#1532](https://github.com/jest-community/eslint-plugin-jest/issues/1532)) ([98087f9](https://github.com/jest-community/eslint-plugin-jest/commit/98087f9bb27082f9fbda59a56c65536fb9d8a0dc))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* removed unneeded `snapshot` processor and `flat/snapshot` config
12+
113
# [28.0.0-next.4](https://github.com/jest-community/eslint-plugin-jest/compare/v28.0.0-next.3...v28.0.0-next.4) (2024-03-23)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "28.0.0-next.4",
3+
"version": "28.0.0-next.5",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)