chore(release): 3.0.0 [skip ci]

# [3.0.0](https://github.com/react-native-community/react-native-cameraroll/compare/v2.0.0...v3.0.0) (2020-06-23)

### Features

* Added imageSize and playableDuration to `include` param, deletes isStored ([#187](https://github.com/react-native-community/react-native-cameraroll/issues/187)) ([ec33d32](https://github.com/react-native-community/react-native-cameraroll/commit/ec33d32))

### BREAKING CHANGES

* imageSize and playableDuration are no longer included by default to improve performance
This commit is contained in:
semantic-release-bot 2020-06-23 05:47:49 +00:00
parent ec33d328af
commit 4cb20cc8d3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "@react-native-community/cameraroll", "name": "@react-native-community/cameraroll",
"author": "Bartol Karuza <bartol.k@gmail.com>", "author": "Bartol Karuza <bartol.k@gmail.com>",
"homepage": "https://github.com/react-native-community/react-native-cameraroll#readme", "homepage": "https://github.com/react-native-community/react-native-cameraroll#readme",
"version": "2.0.0", "version": "3.0.0",
"description": "React Native Camera Roll for iOS & Android", "description": "React Native Camera Roll for iOS & Android",
"main": "./js/CameraRoll.js", "main": "./js/CameraRoll.js",
"types": "./typings/CameraRoll.d.ts", "types": "./typings/CameraRoll.d.ts",