We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1834668 + c99beef commit 0706457Copy full SHA for 0706457
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+6.4.1 / 2020-10-26
2
+==================
3
+- f8a4496 Upgrade jsx-ast-utils to v3.1.0
4
+
5
6.4.0 / 2020-10-26
6
==================
7
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jsx-a11y",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Static AST checker for accessibility rules on JSX elements.",
"keywords": [
"eslint",
@@ -67,7 +67,7 @@
67
"damerau-levenshtein": "^1.0.6",
68
"emoji-regex": "^9.0.0",
69
"has": "^1.0.3",
70
- "jsx-ast-utils": "^3.0.0",
+ "jsx-ast-utils": "^3.1.0",
71
"language-tags": "^1.0.5"
72
},
73
"peerDependencies": {
0 commit comments