diff --git a/CHANGELOG.md b/CHANGELOG.md index 7667958..476f699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [6.0.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.4.2...v6.0.0) (2019-05-08) + + +### Features + +* Upgrade to SDWebImage 5.0. ([#454](https://github.com/DylanVann/react-native-fast-image/issues/454)) ([8a216e2](https://github.com/DylanVann/react-native-fast-image/commit/8a216e2)), closes [#447](https://github.com/DylanVann/react-native-fast-image/issues/447) + + +### BREAKING CHANGES + +* Upgrade SDWebImage, may affect some projects and CocoaPods users. + +Fix the bug of `cacheOnly` behavior + ## [5.4.2](https://github.com/DylanVann/react-native-fast-image/compare/v5.4.1...v5.4.2) (2019-05-03) diff --git a/package.json b/package.json index 05de15a..8f6cc62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fast-image", - "version": "5.4.2", + "version": "6.0.0", "description": "🚩 FastImage, performant React Native image component.", "keywords": [ "cache",