From 2452c5f16e8bbbf6f17d09e77d3b8f073837bf18 Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Fri, 26 Aug 2022 05:45:35 -0700 Subject: [PATCH] add 0.69.5 changelog (#34499) Summary: Adds changelog for new patch. ## Changelog [Internal] [Changed] - add changelog entry for 0.69.5 Pull Request resolved: https://github.com/facebook/react-native/pull/34499 Test Plan: N/A Reviewed By: dmitryrykun Differential Revision: D39051081 Pulled By: cipolleschi fbshipit-source-id: 857e24a19a77b85f0593945e6838216ceb5b0f5d --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 052aa903c5e..d17b15bbf4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.69.5 + +### Changed + +- Bump react-native-codegen to 0.69.2 ([df3d52bfbf](https://github.com/facebook/react-native/commit/df3d52bfbf4254cd16e1dc0ca0af2743cd7e11c1) by [@dmitryrykun](https://github.com/dmitryrykun)) + +#### Android specific + +- Replaced reactnativeutilsjni with reactnativejni in the build process to reduce size ([54a4fcbfdc](https://github.com/facebook/react-native/commit/54a4fcbfdcc8111b3010b2c31ed3c1d48632ce4c) by [@SparshaSaha](https://github.com/SparshaSaha)) + +### Fixed + +- Codegen should ignore `.d.ts` files ([0f0d52067c](https://github.com/facebook/react-native/commit/0f0d52067cb89fdb39a99021f0745282ce087fc2) by [@tido64](https://github.com/tido64)) + ## v0.69.4 ### Changed