Skip to content

Commit f13f31b

Browse files
committed
release v2.0.3
1 parent 00830a0 commit f13f31b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## V2.0.3
4+
- allow CallExpressions in accessibilityActions [(#101)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/101)
5+
- Dependency upgrades [(#102)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/102)
6+
37
## V2.0.2
48

59
- Update accessibilityState to allow Identifiers for `checked` value [(#98)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/98)

package.json

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

0 commit comments

Comments
 (0)