From 4bb364fe87f97fbbba3e7fd0bbadeeb58978fbcf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 Jan 2020 02:49:03 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/react-native-community/react-native-cookies/compare/v1.1.0...v1.1.1) (2020-01-26) ### Bug Fixes * **iOS:** Resolve crash when using WebKit CookieManager.get with missing URL protocol ([#13](https://github.com/react-native-community/react-native-cookies/issues/13)) ([0b047b6](https://github.com/react-native-community/react-native-cookies/commit/0b047b677e93642c340fffab735bf413945c4efe)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16edb02..0f527e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/react-native-cookies", - "version": "1.1.0", + "version": "1.1.1", "description": "Cookie Manager for React Native", "repository": { "type": "git",