diff --git a/packages/eslint-config-react-native/CHANGELOG.md b/packages/eslint-config-react-native/CHANGELOG.md index e2d08d3..0033de8 100644 --- a/packages/eslint-config-react-native/CHANGELOG.md +++ b/packages/eslint-config-react-native/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/developer239/linters/compare/@linters/eslint-config-react-native@1.9.0...@linters/eslint-config-react-native@1.10.0) (2023-02-03) + + +### Features + +* turn off react/react-in-jsx-scope in react-native ([1a9d19b](https://github.com/developer239/linters/commit/1a9d19bb8cf16038e830c646bd1399aa9a1a2777)) + + + + + # [1.9.0](https://github.com/developer239/linters/compare/@linters/eslint-config-react-native@1.8.4...@linters/eslint-config-react-native@1.9.0) (2023-01-24) diff --git a/packages/eslint-config-react-native/package.json b/packages/eslint-config-react-native/package.json index 9d14e34..bd2e178 100644 --- a/packages/eslint-config-react-native/package.json +++ b/packages/eslint-config-react-native/package.json @@ -1,7 +1,7 @@ { "name": "@linters/eslint-config-react-native", "description": "The eslint config for react native applications you have been looking for.", - "version": "1.9.0", + "version": "1.10.0", "repository": "https://github.com/developer239/linters", "main": "index.js", "publishConfig": {