Skip to content

Commit

Permalink
chore(release): 26.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [26.7.0](v26.6.0...v26.7.0) (2022-07-29)

### Features

* create `prefer-mock-promise-shorthand` rule ([#1167](#1167)) ([d965592](d965592))
  • Loading branch information
semantic-release-bot committed Jul 29, 2022
1 parent d965592 commit 15488cc
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.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.6.0...v26.7.0) (2022-07-29)


### Features

* create `prefer-mock-promise-shorthand` rule ([#1167](https://github.com/jest-community/eslint-plugin-jest/issues/1167)) ([d965592](https://github.com/jest-community/eslint-plugin-jest/commit/d965592bef6e120358b43fbc0a741bd5b516dae9))

# [26.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.3...v26.6.0) (2022-07-14)


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

0 comments on commit 15488cc

Please sign in to comment.