Skip to content

Commit 0e2f3bb

Browse files
chore(release): 5.2.1 [skip ci]
## [5.2.1](v5.2.0...v5.2.1) (2019-04-21) ### Performance Improvements * Use React.memo for FastImage. ([#449](#449)) ([5c2b4af](5c2b4af))
1 parent 5c2b4af commit 0e2f3bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.2.1](https://github.com/DylanVann/react-native-fast-image/compare/v5.2.0...v5.2.1) (2019-04-21)
2+
3+
4+
### Performance Improvements
5+
6+
* 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))
7+
18
# [5.2.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.4...v5.2.0) (2019-02-25)
29

310

package.json

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

0 commit comments

Comments
 (0)