We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33b9b3 commit ff36308Copy full SHA for ff36308
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changes
2
3
+## V1.3.1
4
+- Migrate to Babel v7 (to fix security issue) [(#67)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/67)
5
+
6
## V1.3.0
7
8
- Adds support for modern `accessibilityRole`s [(#54)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/54)
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-native-a11y",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "React Native specific accessibility linting rules.",
"keywords": [
"eslint",
0 commit comments