Skip to content

Commit 0596805

Browse files
chore(release): 6.2.1 [skip ci]
## [6.2.1](v6.2.0...v6.2.1) (2026-02-25) ### Bug Fixes * case-insensitive match for lowercase browser globals ([#649](#649)) ([#681](#681)) ([367fc02](367fc02)) * format test files with prettier ([4f47dd4](4f47dd4)) ### Performance Improvements * compat ([#680](#680)) ([9c21fdd](9c21fdd))
1 parent df995ff commit 0596805

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [6.2.1](https://github.com/amilajack/eslint-plugin-compat/compare/v6.2.0...v6.2.1) (2026-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* case-insensitive match for lowercase browser globals ([#649](https://github.com/amilajack/eslint-plugin-compat/issues/649)) ([#681](https://github.com/amilajack/eslint-plugin-compat/issues/681)) ([367fc02](https://github.com/amilajack/eslint-plugin-compat/commit/367fc025ba41a9e117f1b589961bf2134015a7ef))
7+
* format test files with prettier ([4f47dd4](https://github.com/amilajack/eslint-plugin-compat/commit/4f47dd4168194185148a20d3c6524675c1b177a8))
8+
9+
10+
### Performance Improvements
11+
12+
* compat ([#680](https://github.com/amilajack/eslint-plugin-compat/issues/680)) ([9c21fdd](https://github.com/amilajack/eslint-plugin-compat/commit/9c21fdd266732dd76be434634e4519fae52a8cc4))
13+
114
# [6.2.0](https://github.com/amilajack/eslint-plugin-compat/compare/v6.1.0...v6.2.0) (2026-02-18)
215

316

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.0",
3+
"version": "6.2.1",
44
"description": "Lint browser compatibility of API used",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)