chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.1.2...v1.2.0) (2019-08-14) ### Bug Fixes * **lib:** Convert PHAsset to JPEG for uploading ([c958493
](https://github.com/react-native-community/react-native-cameraroll/commit/c958493)) * **lib:** fix issue with CameraRoll.saveImageWithTag and new save function with options ([7519cb5
](https://github.com/react-native-community/react-native-cameraroll/commit/7519cb5)) ### Features * **lib:** save photos or videos to an album ([dc00a4f
](https://github.com/react-native-community/react-native-cameraroll/commit/dc00a4f))
This commit is contained in:
parent
7519cb5fa8
commit
fcc2e10d0e
|
@ -2,7 +2,7 @@
|
|||
"name": "@react-native-community/cameraroll",
|
||||
"author": "Bartol Karuza <bartol.k@gmail.com>",
|
||||
"homepage": "https://github.com/react-native-community/react-native-cameraroll#readme",
|
||||
"version": "1.1.2",
|
||||
"version": "1.2.0",
|
||||
"description": "React Native Camera Roll for iOS & Android",
|
||||
"main": "./js/CameraRoll.js",
|
||||
"types": "./typings/CameraRoll.d.ts",
|
||||
|
|
Loading…
Reference in New Issue