chore(release): 1.1.2 [skip ci]
## [1.1.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.1.1...v1.1.2) (2019-08-14)
### Bug Fixes
* **lib:** Remove unrecognised UTF8 tag from xcworkspace file ([0d5a2da
](https://github.com/react-native-community/react-native-cameraroll/commit/0d5a2da))
This commit is contained in:
parent
0d5a2dadb3
commit
344b3a93a4
|
@ -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.1",
|
||||
"version": "1.1.2",
|
||||
"description": "React Native Camera Roll for iOS & Android",
|
||||
"main": "./js/CameraRoll.js",
|
||||
"types": "./typings/CameraRoll.d.ts",
|
||||
|
@ -66,7 +66,7 @@
|
|||
"hooks": {
|
||||
"pre-commit": "pretty-quick --staged"
|
||||
}
|
||||
},
|
||||
},
|
||||
"resolutions": {
|
||||
"lodash": "4.17.15"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue