Skip to content

Commit

Permalink
chore(release): 26.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [26.2.1](v26.2.0...v26.2.1) (2022-05-14)

### Bug Fixes

* use correct scope for checking references ([#1107](#1107)) ([89ab1a0](89ab1a0))
  • Loading branch information
semantic-release-bot committed May 14, 2022
1 parent 89ab1a0 commit 9be403c
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.2.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.2.0...v26.2.1) (2022-05-14)


### Bug Fixes

* use correct scope for checking references ([#1107](https://github.com/jest-community/eslint-plugin-jest/issues/1107)) ([89ab1a0](https://github.com/jest-community/eslint-plugin-jest/commit/89ab1a03c3f0eab53fd5af2f5051a4e4d010578e))

# [26.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.5...v26.2.0) (2022-05-13)


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

0 comments on commit 9be403c

Please sign in to comment.