From 490e481c4f4d1611fec51242ba6195ed3f665c31 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Jun 2022 14:16:56 +0000 Subject: [PATCH] chore(release): 6.2.0 [skip ci] # [6.2.0](https://github.com/react-native-community/datetimepicker/compare/v6.1.4...v6.2.0) (2022-06-28) ### Features * **android:** add custom label for positive and negative button ([#609](https://github.com/react-native-community/datetimepicker/issues/609)) ([b6bfd45](https://github.com/react-native-community/datetimepicker/commit/b6bfd45cf9e1424eb5bb47a2ae515b63a26749b8)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c457838..358ad469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.1.4", + "version": "6.2.0", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",