From bb5ed6f2039c7386ec8f7c0c4de22a73a80860ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Oct 2022 00:43:50 +0000 Subject: [PATCH] chore(release): 6.5.0 [skip ci] # [6.5.0](https://github.com/react-native-community/datetimepicker/compare/v6.4.2...v6.5.0) (2022-10-01) ### Features * **ios:** dismiss detection support ([#671](https://github.com/react-native-community/datetimepicker/issues/671)) ([09bb6ea](https://github.com/react-native-community/datetimepicker/commit/09bb6ea75e7c8d524cbb6099ed88a21140dd3b1f)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee4df61e..aaf30b1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.4.2", + "version": "6.5.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",