diff --git a/lib/reactotron-react-native/CHANGELOG.md b/lib/reactotron-react-native/CHANGELOG.md index c648c71dc..1294c845e 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.11](https://github.com/infinitered/reactotron/compare/reactotron-react-native@5.1.10...reactotron-react-native@5.1.11) (2024-12-23) + + +### Bug Fixes + +* **reactotron-react-native:** only set DevMenu when in __DEV__ ([#1527](https://github.com/infinitered/reactotron/issues/1527) by [@frankcalise](https://github.com/frankcalise) and [@joshuayoes](https://github.com/joshuayoes)) ([5f692ac](https://github.com/infinitered/reactotron/commit/5f692ac953e73d131eaff6e403afc2211ace9ca2)), closes [#1513](https://github.com/infinitered/reactotron/issues/1513) + ### [5.1.10](https://github.com/infinitered/reactotron/compare/reactotron-react-native@5.1.9...reactotron-react-native@5.1.10) (2024-11-14) diff --git a/lib/reactotron-react-native/package.json b/lib/reactotron-react-native/package.json index 08e855850..89f15b02e 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.10", + "version": "5.1.11", "description": "A development tool to explore, inspect, and diagnose your React Native apps.", "author": "Infinite Red", "license": "MIT",