From e3c05a89b48e83512bfc1472401c826563345aca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Apr 2022 04:53:19 +0000 Subject: [PATCH] chore(release): 6.1.3 [skip ci] ## [6.1.3](https://github.com/react-native-community/datetimepicker/compare/v6.1.2...v6.1.3) (2022-04-29) ### Bug Fixes * Break in Windows JS following [#574](https://github.com/react-native-community/datetimepicker/issues/574) ([#605](https://github.com/react-native-community/datetimepicker/issues/605)) ([24f3452](https://github.com/react-native-community/datetimepicker/commit/24f345239a147f2a4d2313098aa04a22bd27e4b6)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f84c28e..f7f6b5df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/datetimepicker", - "version": "6.1.2", + "version": "6.1.3", "description": "DateTimePicker component for React Native", "main": "./src/index.js", "types": "src/index.d.ts",