chore(release): 5.2.1 [skip ci]
## [5.2.1](https://github.com/DylanVann/react-native-fast-image/compare/v5.2.0...v5.2.1) (2019-04-21)
### Performance Improvements
* Use React.memo for FastImage. ([#449](https://github.com/DylanVann/react-native-fast-image/issues/449)) ([5c2b4af
](https://github.com/DylanVann/react-native-fast-image/commit/5c2b4af))
This commit is contained in:
parent
5c2b4afa41
commit
0e2f3bb5ef
|
@ -1,3 +1,10 @@
|
||||||
|
## [5.2.1](https://github.com/DylanVann/react-native-fast-image/compare/v5.2.0...v5.2.1) (2019-04-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* Use React.memo for FastImage. ([#449](https://github.com/DylanVann/react-native-fast-image/issues/449)) ([5c2b4af](https://github.com/DylanVann/react-native-fast-image/commit/5c2b4af))
|
||||||
|
|
||||||
# [5.2.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.4...v5.2.0) (2019-02-25)
|
# [5.2.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.4...v5.2.0) (2019-02-25)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-native-fast-image",
|
"name": "react-native-fast-image",
|
||||||
"version": "5.2.0",
|
"version": "5.2.1",
|
||||||
"description": "🚩 FastImage, performant React Native image component.",
|
"description": "🚩 FastImage, performant React Native image component.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cache",
|
"cache",
|
||||||
|
|
Loading…
Reference in New Issue