Skip to content

Commit 1407b36

Browse files
committed
release v3.1.0
1 parent b8df153 commit 1407b36

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## V3.1.0
4+
5+
### ✨ New Features ✨
6+
7+
- Checks Touchable* components have accessibility props [(#128)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/128)
8+
39
## V3.0.0
410

511
### 🚨 Breaking 🚨

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-native-a11y",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "React Native specific accessibility linting rules.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)