From 701292112b64b7f015a8fea4e623445a3f02cb8c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Nov 2022 20:51:57 +0000 Subject: [PATCH] chore(release): 6.7.1 [skip ci] ## [6.7.1](https://github.com/react-native-community/datetimepicker/compare/v6.7.0...v6.7.1) (2022-11-26) ### Bug Fixes * **android:** keep date between min and max ([#699](https://github.com/react-native-community/datetimepicker/issues/699)) ([91245a1](https://github.com/react-native-community/datetimepicker/commit/91245a17bb0bbbd18d75592ba751dcddd63a1cb3)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efcd1e8f..b981937e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.7.0", + "version": "6.7.1", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",