Skip to content

Commit eb2ddc7

Browse files
committed
release v2.0.0-rc1
1 parent 8afae35 commit eb2ddc7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## V2.0.0-rc1
4+
5+
- Ignore `Identifier` expressions in bool typechecks [(#85)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/85)
6+
- Enabled `no-unused-vars` [(#86)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/86)
7+
38
## V2.0.0-rc0
49

510
### 🚨 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": "2.0.0-rc0",
3+
"version": "2.0.0-rc1",
44
"description": "React Native specific accessibility linting rules.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)