From aa64fa4555d3e40d94f8def22e8aa9aa3e4e97b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Nov 2023 23:44:01 +0000 Subject: [PATCH] chore(release): 7.6.2 [skip ci] ## [7.6.2](https://github.com/react-native-community/datetimepicker/compare/v7.6.1...v7.6.2) (2023-11-24) ### Bug Fixes * **ios:** header import ([#841](https://github.com/react-native-community/datetimepicker/issues/841)) ([2448886](https://github.com/react-native-community/datetimepicker/commit/24488867022f11bcd573c999e3b926889633f357)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83f4891f..f3d8eab1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "7.6.1", + "version": "7.6.2", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",