Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.4.0...v3.0.0) (2025-01-17)

### Features

* adjust Node constraints to match `eslint-plugin-jest` ([#235](#235)) ([6d2414a](6d2414a))
* drop support for Node v14 ([#232](#232)) ([fef65e0](fef65e0))
* support `@typescript-eslint/utils` v7 & v8 ([#241](#241)) ([40766b0](40766b0))
* upgrade `@typescript-eslint/utils` to v6 ([#238](#238)) ([657bc42](657bc42))

### BREAKING CHANGES

* Versions of Node v18 up to 18.11.x are no longer supported
* drop support for Node v14
  • Loading branch information
semantic-release-bot committed Jan 17, 2025
1 parent fa9c703 commit 7e1a80d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.0.0](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.4.0...v3.0.0) (2025-01-17)


### Features

* adjust Node constraints to match `eslint-plugin-jest` ([#235](https://github.com/jest-community/eslint-plugin-jest-extended/issues/235)) ([6d2414a](https://github.com/jest-community/eslint-plugin-jest-extended/commit/6d2414a5bbb16988e7b3e0e88eca66ae0dab76c9))
* drop support for Node v14 ([#232](https://github.com/jest-community/eslint-plugin-jest-extended/issues/232)) ([fef65e0](https://github.com/jest-community/eslint-plugin-jest-extended/commit/fef65e0fb61adca91598bbf4f3018273fb7b752e))
* support `@typescript-eslint/utils` v7 & v8 ([#241](https://github.com/jest-community/eslint-plugin-jest-extended/issues/241)) ([40766b0](https://github.com/jest-community/eslint-plugin-jest-extended/commit/40766b019eb70271837e5eeb45d44dd21a999ca6))
* upgrade `@typescript-eslint/utils` to v6 ([#238](https://github.com/jest-community/eslint-plugin-jest-extended/issues/238)) ([657bc42](https://github.com/jest-community/eslint-plugin-jest-extended/commit/657bc428599e4b5794603c9b308dedb5029bf2c2))


### BREAKING CHANGES

* Versions of Node v18 up to 18.11.x are no longer supported
* drop support for Node v14

# [3.0.0-next.4](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v3.0.0-next.3...v3.0.0-next.4) (2025-01-17)


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-extended",
"version": "3.0.0-next.4",
"version": "3.0.0",
"description": "Eslint rules for Jest Extended",
"keywords": [
"jest",
Expand Down

0 comments on commit 7e1a80d

Please sign in to comment.