From db2e5ec54259ad897f4fbff861bf7b9cf8b865ef Mon Sep 17 00:00:00 2001 From: Infinite Red Date: Fri, 4 Oct 2024 22:48:52 +0000 Subject: [PATCH] release(reactotron-react-native): 5.1.9 [skip ci] --- lib/reactotron-react-native/CHANGELOG.md | 7 +++++++ lib/reactotron-react-native/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/reactotron-react-native/CHANGELOG.md b/lib/reactotron-react-native/CHANGELOG.md index 94a53959a..66feb5dd4 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.9](https://github.com/infinitered/reactotron/compare/reactotron-react-native@5.1.8...reactotron-react-native@5.1.9) (2024-10-04) + + +### Bug Fixes + +* **reactotron-react-native:** new arch support ([#1508](https://github.com/infinitered/reactotron/issues/1508) by [@frankcalise](https://github.com/frankcalise)) ([c114e09](https://github.com/infinitered/reactotron/commit/c114e09b8488e1a247faa1621a1679ef9ae3a6f8)), closes [#1486](https://github.com/infinitered/reactotron/issues/1486) + ### [5.1.8](https://github.com/infinitered/reactotron/compare/reactotron-react-native@5.1.7...reactotron-react-native@5.1.8) (2024-08-26) ### [5.1.7](https://github.com/infinitered/reactotron/compare/reactotron-react-native@5.1.6...reactotron-react-native@5.1.7) (2024-05-15) diff --git a/lib/reactotron-react-native/package.json b/lib/reactotron-react-native/package.json index 29c312d22..f4f397fa7 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.8", + "version": "5.1.9", "description": "A development tool to explore, inspect, and diagnose your React Native apps.", "author": "Infinite Red", "license": "MIT",