From 24ca4c785f2493e3ef4fca873d7bbbd0e06a9f87 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jan 2020 22:25:09 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] ## [2.0.3](https://github.com/react-native-community/cookies/compare/v2.0.2...v2.0.3) (2020-01-30) ### Bug Fixes * **iOS:** Handle optional keys in `set()` method and sync `get()` and `getAll()` method behavior ([#28](https://github.com/react-native-community/cookies/issues/28)) ([3ab3abc](https://github.com/react-native-community/cookies/commit/3ab3abc1395ec3a2b27a830ded571484cd70209a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dde72a5..8add749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/cookies", - "version": "2.0.2", + "version": "2.0.3", "description": "Cookie Manager for React Native", "repository": { "type": "git",