Skip to content

Commit

Permalink
chore(release): 26.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [26.4.0](v26.3.0...v26.4.0) (2022-05-28)

### Features

* improve how jest function calls are resolved to account for import aliases ([#1122](#1122)) ([781f00e](781f00e))
  • Loading branch information
semantic-release-bot committed May 28, 2022
1 parent 781f00e commit 8b3f0f2
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.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.3.0...v26.4.0) (2022-05-28)


### Features

* improve how jest function calls are resolved to account for import aliases ([#1122](https://github.com/jest-community/eslint-plugin-jest/issues/1122)) ([781f00e](https://github.com/jest-community/eslint-plugin-jest/commit/781f00e0120a02e992e213042e05c0c03da90330))

# [26.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.2.2...v26.3.0) (2022-05-28)


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

0 comments on commit 8b3f0f2

Please sign in to comment.