Skip to content

Commit

Permalink
chore(release): 28.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [28.3.0](v28.2.0...v28.3.0) (2024-04-27)

### Features

* prefer importing jest globals for specific types ([#1568](#1568)) ([c464ae3](c464ae3))
  • Loading branch information
semantic-release-bot committed Apr 27, 2024
1 parent c464ae3 commit bd6b918
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 @@
# [28.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.2.0...v28.3.0) (2024-04-27)


### Features

* prefer importing jest globals for specific types ([#1568](https://github.com/jest-community/eslint-plugin-jest/issues/1568)) ([c464ae3](https://github.com/jest-community/eslint-plugin-jest/commit/c464ae311b81f005af29df610d4032519125bafa))

# [28.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.1.1...v28.2.0) (2024-04-06)


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

0 comments on commit bd6b918

Please sign in to comment.