From f43bc3101c5ad02d296b3d5fc7a37811d0cb8bec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 May 2019 13:50:31 +0000 Subject: [PATCH] chore(release): 1.4.2 [skip ci] ## [1.4.2](https://github.com/react-native-community/react-native-async-storage/compare/v1.4.1...v1.4.2) (2019-05-27) ### Bug Fixes * DexMerger throws an error due to duplicate imports of the package ([#111](https://github.com/react-native-community/react-native-async-storage/issues/111)) ([41358dc](https://github.com/react-native-community/react-native-async-storage/commit/41358dc)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8b36f90..802e27cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/async-storage", - "version": "1.4.1", + "version": "1.4.2", "description": "Asynchronous, persistent, key-value storage system for React Native.", "types": "./types/index.d.ts", "main": "lib/index.js",