From e44bbdde3d9a24395fbeeafe00b12681d9c7f881 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Mar 2020 16:52:39 +0000 Subject: [PATCH] chore(release): 5.2.1 [skip ci] ## [5.2.1](https://github.com/Vydia/react-native-background-upload/compare/v5.2.0...v5.2.1) (2020-03-22) ### Bug Fixes * ios - untracable crashes when URL is not parsable ([#183](https://github.com/Vydia/react-native-background-upload/issues/183)) ([a7c11f6](https://github.com/Vydia/react-native-background-upload/commit/a7c11f6438ebb7c7c3ebc06887a870b3209a32c9)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e582e40..13999806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-upload", - "version": "5.2.0", + "version": "5.2.1", "description": "Cross platform http post file uploader with android and iOS background support", "main": "src/index.js", "scripts": {