chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.5...v1.1.0) (2019-06-13) ### Bug Fixes * **lib:** mirror fix PHAsset video upload ([#58](https://github.com/react-native-community/react-native-cameraroll/issues/58)) ([829c7bd
](https://github.com/react-native-community/react-native-cameraroll/commit/829c7bd)), closes [/github.com/facebook/react-native/commit/458e70c79d3e12b5ad017d17ccea2fd62c1c3781#diff-3a2b7a4c4ebe5ac224b5a32896c032](458e70c79d/issues/diff-3a2b7a4c4ebe5ac224b5a32896c032
) ### Features * **lib:** Filename added to the image properties iOS and Android ([#61](https://github.com/react-native-community/react-native-cameraroll/issues/61)) ([f420cef
](https://github.com/react-native-community/react-native-cameraroll/commit/f420cef)), closes [/github.com/facebook/react-native/commit/458e70c79d3e12b5ad017d17ccea2fd62c1c3781#diff-3a2b7a4c4ebe5ac224b5a32896c032](458e70c79d/issues/diff-3a2b7a4c4ebe5ac224b5a32896c032
)
This commit is contained in:
parent
f420cefa77
commit
f321084c7b
|
@ -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": "1.0.5",
|
"version": "1.1.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",
|
||||||
|
|
Loading…
Reference in New Issue