diff --git a/.changeset/odd-steaks-reply.md b/.changeset/odd-steaks-reply.md deleted file mode 100644 index e3eed6e..0000000 --- a/.changeset/odd-steaks-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-react-native-a11y': patch ---- - -Fix for has-valid-accessibility-ignores-invert-colors with eslint 9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a69200..8bdc980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changes +## 3.5.1 + +### Patch Changes + +- Fix for has-valid-accessibility-ignores-invert-colors with eslint 9 ([#162](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/162)) + ## 3.5.0 ### Minor Changes diff --git a/package.json b/package.json index 08238b3..24db183 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-native-a11y", - "version": "3.5.0", + "version": "3.5.1", "description": "React Native specific accessibility linting rules.", "keywords": [ "eslint",