diff --git a/lib/reactotron-react-native/CHANGELOG.md b/lib/reactotron-react-native/CHANGELOG.md index 66feb5dd4..c648c71dc 100644 --- a/lib/reactotron-react-native/CHANGELOG.md +++ b/lib/reactotron-react-native/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [5.1.10](https://github.com/infinitered/reactotron/compare/reactotron-react-native@5.1.9...reactotron-react-native@5.1.10) (2024-11-14) + + +### Bug Fixes + +* Removing react-native-flipper ([#1524](https://github.com/infinitered/reactotron/issues/1524)) ([b1e7022](https://github.com/infinitered/reactotron/commit/b1e7022f8dab52896bc0f058bc877ae767bf1aee)), closes [#1333](https://github.com/infinitered/reactotron/issues/1333) + ### [5.1.9](https://github.com/infinitered/reactotron/compare/reactotron-react-native@5.1.8...reactotron-react-native@5.1.9) (2024-10-04) diff --git a/lib/reactotron-react-native/package.json b/lib/reactotron-react-native/package.json index 7eb84393f..08e855850 100644 --- a/lib/reactotron-react-native/package.json +++ b/lib/reactotron-react-native/package.json @@ -1,6 +1,6 @@ { "name": "reactotron-react-native", - "version": "5.1.9", + "version": "5.1.10", "description": "A development tool to explore, inspect, and diagnose your React Native apps.", "author": "Infinite Red", "license": "MIT",