chore(release): 1.5.0 [skip ci]
# [1.5.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.4.1...v1.5.0) (2020-03-26) ### Bug Fixes * remove unused import that breaks the build for RN >= 0.60 ([#150](https://github.com/react-native-community/react-native-cameraroll/issues/150)) ([334ab0e
](https://github.com/react-native-community/react-native-cameraroll/commit/334ab0e)) * Update deprecated functions ([#149](https://github.com/react-native-community/react-native-cameraroll/issues/149)) ([3e38ab1
](https://github.com/react-native-community/react-native-cameraroll/commit/3e38ab1)) ### Features * get album list ([#139](https://github.com/react-native-community/react-native-cameraroll/issues/139)) ([fc1855e
](https://github.com/react-native-community/react-native-cameraroll/commit/fc1855e))
This commit is contained in:
parent
3e38ab1419
commit
b4d1576937
|
@ -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.4.1",
|
||||
"version": "1.5.0",
|
||||
"description": "React Native Camera Roll for iOS & Android",
|
||||
"main": "./js/CameraRoll.js",
|
||||
"types": "./typings/CameraRoll.d.ts",
|
||||
|
|
Loading…
Reference in New Issue