chore(release): 4.0.0 [skip ci]

# [4.0.0](https://github.com/react-native-community/react-native-cameraroll/compare/v3.0.1...v4.0.0) (2020-06-24)

### Bug Fixes

* Revert "Convert PHAsset to JPEG for uploading" ([#207](https://github.com/react-native-community/react-native-cameraroll/issues/207)) ([a09af08](https://github.com/react-native-community/react-native-cameraroll/commit/a09af08)), closes [#193](https://github.com/react-native-community/react-native-cameraroll/issues/193)

### BREAKING CHANGES

* this reverts forcing all mime types to jpeg on upload, which is the cause of lost GIF data
This commit is contained in:
semantic-release-bot 2020-06-24 08:25:56 +00:00
parent a09af08f0a
commit cd22a36dd5
1 changed files with 1 additions and 1 deletions

View File

@ -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": "3.0.1",
"version": "4.0.0",
"description": "React Native Camera Roll for iOS & Android",
"main": "./js/CameraRoll.js",
"types": "./typings/CameraRoll.d.ts",