Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](DylanVann/react-native-fast-image@v5.4.2...v6.0.0) (2019-05-08)

### Features

* Upgrade to SDWebImage 5.0. ([#454](DylanVann/react-native-fast-image#454)) ([8a216e2](DylanVann/react-native-fast-image@8a216e2)), closes [#447](DylanVann/react-native-fast-image#447)

### BREAKING CHANGES

* Upgrade SDWebImage, may affect some projects and CocoaPods users.

Fix the bug of `cacheOnly` behavior
  • Loading branch information
semantic-release-bot committed May 8, 2019
1 parent 91b219f commit 25d5dde
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 25d5dde

Please sign in to comment.