Skip to content

Commit 44f6be3

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.2.1...v7.0.0) (2026-02-25) * feat!: drop support for ESLint 4-8 ([259bc2e](259bc2e)) ### BREAKING CHANGES * Minimum supported ESLint version is now 9.0.0. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 259bc2e commit 44f6be3

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [7.0.0](https://github.com/amilajack/eslint-plugin-compat/compare/v6.2.1...v7.0.0) (2026-02-25)
2+
3+
4+
* feat!: drop support for ESLint 4-8 ([259bc2e](https://github.com/amilajack/eslint-plugin-compat/commit/259bc2e89ef908a9f7eea4edd11ccbdd020cb7aa))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* Minimum supported ESLint version is now 9.0.0.
10+
11+
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12+
113
## [6.2.1](https://github.com/amilajack/eslint-plugin-compat/compare/v6.2.0...v6.2.1) (2026-02-25)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-compat",
3-
"version": "6.2.1",
3+
"version": "7.0.0",
44
"description": "Lint browser compatibility of API used",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)