From 7fc238ceeb1d860d90779b70e87aebe1019bd8c8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 18 Sep 2022 12:19:34 +0000 Subject: [PATCH] chore(release): 6.3.4 [skip ci] ## [6.3.4](https://github.com/react-native-community/datetimepicker/compare/v6.3.3...v6.3.4) (2022-09-18) ### Bug Fixes * add missing pbxproj for autolinking ([#659](https://github.com/react-native-community/datetimepicker/issues/659)) ([f4efa58](https://github.com/react-native-community/datetimepicker/commit/f4efa58b66d2656e2ffcd94357ac90b6318725ba)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13cae3c9..0a324f30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.3.3", + "version": "6.3.4", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",