From 0e2f3bb5ef6474ac4fe8ef7c0065aeb6a1cce706 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Apr 2019 01:54:31 +0000 Subject: [PATCH] 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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eafee5c..c5b34c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 39a15f0..38fa158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fast-image", - "version": "5.2.0", + "version": "5.2.1", "description": "🚩 FastImage, performant React Native image component.", "keywords": [ "cache",