Skip to content

Commit

Permalink
chore(release): 28.0.0-next.2 [skip ci]
Browse files Browse the repository at this point in the history
# [28.0.0-next.2](v28.0.0-next.1...v28.0.0-next.2) (2024-03-21)

### Features

* drop support for Node v14 ([#1527](#1527)) ([df5e580](df5e580))

### BREAKING CHANGES

* dropped support for Node v14
  • Loading branch information
semantic-release-bot committed Mar 21, 2024
1 parent df5e580 commit c439b48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [28.0.0-next.2](https://github.com/jest-community/eslint-plugin-jest/compare/v28.0.0-next.1...v28.0.0-next.2) (2024-03-21)


### Features

* drop support for Node v14 ([#1527](https://github.com/jest-community/eslint-plugin-jest/issues/1527)) ([df5e580](https://github.com/jest-community/eslint-plugin-jest/commit/df5e58081d1bd15fbed8bd22f6c03d5f350d73b6))


### BREAKING CHANGES

* dropped support for Node v14

# [28.0.0-next.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.9.0...v28.0.0-next.1) (2024-03-21)


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

0 comments on commit c439b48

Please sign in to comment.