From 9eb272f5084d685818fbf36a8f311a1c3a8539fa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Sep 2022 22:12:44 +0000 Subject: [PATCH] chore(release): 6.4.1 [skip ci] ## [6.4.1](https://github.com/react-native-community/datetimepicker/compare/v6.4.0...v6.4.1) (2022-09-29) ### Bug Fixes * move ios fabric files to ios folder ([#669](https://github.com/react-native-community/datetimepicker/issues/669)) ([033026c](https://github.com/react-native-community/datetimepicker/commit/033026c2d6af4301220b37a09568fada730a3fbd)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8261ff26..aac54afe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.4.0", + "version": "6.4.1", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",