Skip to content

Commit

Permalink
Merge pull request #754 from jsx-eslint/fix-747
Browse files Browse the repository at this point in the history
Upgrade jsx-ast-utils dependency to v3.1.0
  • Loading branch information
jessebeach committed Oct 26, 2020
2 parents 1834668 + c99beef commit 0706457
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
6.4.1 / 2020-10-26
==================
- f8a4496 Upgrade jsx-ast-utils to v3.1.0

6.4.0 / 2020-10-26
==================

Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -67,7 +67,7 @@
"damerau-levenshtein": "^1.0.6",
"emoji-regex": "^9.0.0",
"has": "^1.0.3",
"jsx-ast-utils": "^3.0.0",
"jsx-ast-utils": "^3.1.0",
"language-tags": "^1.0.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 0706457

Please sign in to comment.