diff --git a/CHANGELOG.md b/CHANGELOG.md index af6657b36..d7719ac7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [28.0.0-next.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.9.0...v28.0.0-next.1) (2024-03-21) + + +### Features + +* remove `no-if` rule ([#1528](https://github.com/jest-community/eslint-plugin-jest/issues/1528)) ([f976fc8](https://github.com/jest-community/eslint-plugin-jest/commit/f976fc8c71fc5e9f55cd5ae09092f15ee277fd2c)) + + +### BREAKING CHANGES + +* removed `no-if` in favor of `no-conditional-in-test` + # [27.9.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.8.0...v27.9.0) (2024-02-16) diff --git a/package.json b/package.json index 37fd5a354..b06126559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.9.0", + "version": "28.0.0-next.1", "description": "ESLint rules for Jest", "keywords": [ "eslint",