From 99fcb40a29c7abf1461dc1b1288f127cf0340f95 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Apr 2019 15:10:08 +0000 Subject: [PATCH] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/react-native-community/react-native-async-storage/compare/v1.2.2...v1.2.3) (2019-04-05) ### Bug Fixes * react-native-windows support ([b2a1d2d](https://github.com/react-native-community/react-native-async-storage/commit/b2a1d2d)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 661378b0..b9609142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/async-storage", - "version": "1.2.2", + "version": "1.2.3", "description": "Asynchronous, persistent, key-value storage system for React Native.", "types": "./types/index.d.ts", "main": "lib/index.js",