diff --git a/.changeset/funny-socks-collect.md b/.changeset/funny-socks-collect.md deleted file mode 100644 index aabef8d..0000000 --- a/.changeset/funny-socks-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-react-native-a11y': minor ---- - -Allow aliasing Images diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b3703b..6a69200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changes +## 3.5.0 + +### Minor Changes + +- Allow aliasing Images ([#93](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/93)) + ## 3.4.1 ### Patch Changes diff --git a/package.json b/package.json index ee8eb8c..08238b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-native-a11y", - "version": "3.4.1", + "version": "3.5.0", "description": "React Native specific accessibility linting rules.", "keywords": [ "eslint",