Skip to content

Commit

Permalink
chore(release): 28.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [28.1.0](v28.0.0...v28.1.0) (2024-04-06)

### Features

* add `prefer-importing-jest-globals` rule ([#1490](#1490)) ([37478d8](37478d8)), closes [#1101](#1101)
  • Loading branch information
semantic-release-bot committed Apr 6, 2024
1 parent 37478d8 commit 6aaabc4
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.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.0.0...v28.1.0) (2024-04-06)


### Features

* add `prefer-importing-jest-globals` rule ([#1490](https://github.com/jest-community/eslint-plugin-jest/issues/1490)) ([37478d8](https://github.com/jest-community/eslint-plugin-jest/commit/37478d860eb15841f2ab73bb3fb6d94f51841638)), closes [#1101](https://github.com/jest-community/eslint-plugin-jest/issues/1101)

# [28.0.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.9.0...v28.0.0) (2024-04-06)


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

0 comments on commit 6aaabc4

Please sign in to comment.