We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd2087 commit 30deacbCopy full SHA for 30deacb
CHANGELOG.md
@@ -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
+
6
6.5.0 / 2021-11-09
7
==================
8
- 0f5f582 [New] support ESLint 8.x (#810)
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jsx-a11y",
- "version": "6.5.0",
+ "version": "6.5.1",
"description": "Static AST checker for accessibility rules on JSX elements.",
"keywords": [
"eslint",
0 commit comments