From 74727b1f7f91b08ad988c7c3451bd745d06010eb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 May 2019 20:35:22 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2019-05-07) ### Bug Fixes * **ci:** add yarn install step to publish ([ed86e6f](https://github.com/react-native-community/react-native-cameraroll/commit/ed86e6f)) * **ci:** eslint dependency version issue ([1d0636b](https://github.com/react-native-community/react-native-cameraroll/commit/1d0636b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 879c8c8a0..79130ac8a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@react-native-community/cameraroll", "author": "Bartol Karuza ", "homepage": "https://github.com/react-native-community/react-native-cameraroll#readme", - "version": "1.0.3", + "version": "1.0.0", "description": "React Native Camera Roll for iOS & Android", "main": "./js/CameraRoll.js", "types": "./typings/CameraRoll.d.ts",