From d2f378ca5a925bc17581179ea4b483412aec6625 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sat, 13 Nov 2021 22:31:54 +0800 Subject: [PATCH] add 6.1.0 release to compatibility table add 6.1.0 release and react native 0.66.x to compatibility table --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f78890c3..5b0c353b3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Our release cycle is independent of `react-native`. We follow semver and here is | `@react-native-community/cli` | `react-native` | | ------------------------------------------------------------------ | -------------- | -| [^6.0.0 (`master`)](https://github.com/react-native-community/cli) | ^0.65.0 | +| [^6.1.0 (`master`)](https://github.com/react-native-community/cli) | ^0.66.0 | +| [^6.0.0](https://github.com/react-native-community/cli) | ^0.65.0 | | [^5.0.0](https://github.com/react-native-community/cli/tree/5.x) | ^0.64.0 | | [^4.0.0](https://github.com/react-native-community/cli/tree/4.x) | ^0.62.0 | | [^3.0.0](https://github.com/react-native-community/cli/tree/3.x) | ^0.61.0 |