From 2bb43e5c3fb1a2d79ecdda0af217a08810668ea0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Jun 2022 21:27:44 +0000 Subject: [PATCH] chore(release): 6.1.4 [skip ci] ## [6.1.4](https://github.com/react-native-community/datetimepicker/compare/v6.1.3...v6.1.4) (2022-06-27) ### Bug Fixes * avoid crashing on web ([#625](https://github.com/react-native-community/datetimepicker/issues/625)) ([69589a0](https://github.com/react-native-community/datetimepicker/commit/69589a0e66b41a22ad193aec52c3b7b9b95e4830)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7f6b5df..7c457838 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.1.3", + "version": "6.1.4", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",