From c57cbeb25034c4291cc148084ad3933266daf641 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Apr 2019 14:46:08 +0000 Subject: [PATCH] chore(release): 1.3.3 [skip ci] ## [1.3.3](https://github.com/react-native-community/react-native-async-storage/compare/v1.3.2...v1.3.3) (2019-04-15) ### Bug Fixes * Exclude headers from iOS archive. ([#77](https://github.com/react-native-community/react-native-async-storage/issues/77)) ([562452c](https://github.com/react-native-community/react-native-async-storage/commit/562452c)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ffb3741..578a3dce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/async-storage", - "version": "1.3.2", + "version": "1.3.3", "description": "Asynchronous, persistent, key-value storage system for React Native.", "types": "./types/index.d.ts", "main": "lib/index.js",