Skip to content

Commit

Permalink
chore(release): 26.1.0-next.2 [skip ci]
Browse files Browse the repository at this point in the history
# [26.1.0-next.2](v26.1.0-next.1...v26.1.0-next.2) (2022-02-06)

### Features

* deprecate `no-if` in favor of `no-conditional-in-test` ([#1049](#1049)) ([b15f3af](b15f3af))
  • Loading branch information
semantic-release-bot authored and G-Rath committed Feb 6, 2022
1 parent 35f32cc commit ac15932
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [26.1.0-next.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.0-next.1...v26.1.0-next.2) (2022-02-06)


### Features

* deprecate `no-if` in favor of `no-conditional-in-test` ([#1049](https://github.com/jest-community/eslint-plugin-jest/issues/1049)) ([b15f3af](https://github.com/jest-community/eslint-plugin-jest/commit/b15f3af2d370b7d8d6a0293bc78d560cb874aef6))

# [26.1.0-next.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.0.0...v26.1.0-next.1) (2022-02-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "26.1.0-next.1",
"version": "26.1.0-next.2",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
Expand Down

0 comments on commit ac15932

Please sign in to comment.