Skip to content

Commit

Permalink
chore(release): 28.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [28.0.0-next.1](v27.9.0...v28.0.0-next.1) (2024-03-21)

### Features

* remove `no-if` rule ([#1528](#1528)) ([f976fc8](f976fc8))

### BREAKING CHANGES

* removed `no-if` in favor of `no-conditional-in-test`
  • Loading branch information
semantic-release-bot committed Mar 21, 2024
1 parent f976fc8 commit 732c71b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 732c71b

Please sign in to comment.