Skip to content

Commit 2a3438c

Browse files
chore(release): 5.3.0 [skip ci]
# [5.3.0](v5.2.1...v5.3.0) (2019-04-23) ### Bug Fixes * Fix memory leak on iOS. ([#433](#433)) ([70be744](70be744)) ### Features * Upgrade example apps. ([#453](#453)) ([25f8f0d](25f8f0d)) ### Reverts * Remove functionality for notifying other images on load. ([#452](#452)) ([292223d](292223d))
1 parent 25f8f0d commit 2a3438c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [5.3.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.2.1...v5.3.0) (2019-04-23)
2+
3+
4+
### Bug Fixes
5+
6+
* Fix memory leak on iOS. ([#433](https://github.com/DylanVann/react-native-fast-image/issues/433)) ([70be744](https://github.com/DylanVann/react-native-fast-image/commit/70be744))
7+
8+
9+
### Features
10+
11+
* Upgrade example apps. ([#453](https://github.com/DylanVann/react-native-fast-image/issues/453)) ([25f8f0d](https://github.com/DylanVann/react-native-fast-image/commit/25f8f0d))
12+
13+
14+
### Reverts
15+
16+
* Remove functionality for notifying other images on load. ([#452](https://github.com/DylanVann/react-native-fast-image/issues/452)) ([292223d](https://github.com/DylanVann/react-native-fast-image/commit/292223d))
17+
118
## [5.2.1](https://github.com/DylanVann/react-native-fast-image/compare/v5.2.0...v5.2.1) (2019-04-21)
219

320

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.2.1",
3+
"version": "5.3.0",
44
"description": "🚩 FastImage, performant React Native image component.",
55
"keywords": [
66
"cache",

0 commit comments

Comments
 (0)