Skip to content

Commit 30deacb

Browse files
committed
v6.5.1
1 parent 2fd2087 commit 30deacb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
6.5.1 / 2021-11-10
2+
==================
3+
- 8f7d0b0 [Fix] properly build `module.exports` (#824)
4+
- 2fd2087 [Dev Deps] update `eslint-plugin-import`
5+
16
6.5.0 / 2021-11-09
27
==================
38
- 0f5f582 [New] support ESLint 8.x (#810)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jsx-a11y",
3-
"version": "6.5.0",
3+
"version": "6.5.1",
44
"description": "Static AST checker for accessibility rules on JSX elements.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)