Skip to content

Commit f1ea749

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.4.2...v6.0.0) (2019-05-08) ### Features * Upgrade to SDWebImage 5.0. ([#454](#454)) ([8a216e2](8a216e2)), closes [#447](#447) ### BREAKING CHANGES * Upgrade SDWebImage, may affect some projects and CocoaPods users. Fix the bug of `cacheOnly` behavior
1 parent 8a216e2 commit f1ea749

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [6.0.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.4.2...v6.0.0) (2019-05-08)
2+
3+
4+
### Features
5+
6+
* 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)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Upgrade SDWebImage, may affect some projects and CocoaPods users.
12+
13+
Fix the bug of `cacheOnly` behavior
14+
115
## [5.4.2](https://github.com/DylanVann/react-native-fast-image/compare/v5.4.1...v5.4.2) (2019-05-03)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fast-image",
3-
"version": "5.4.2",
3+
"version": "6.0.0",
44
"description": "🚩 FastImage, performant React Native image component.",
55
"keywords": [
66
"cache",

0 commit comments

Comments
 (0)