Skip to content

Commit 4502bc8

Browse files
chore(release): 5.1.3 [skip ci]
## [5.1.3](v5.1.2...v5.1.3) (2019-02-22) ### Bug Fixes * Fixes WebP rendering on iOS 12. ([#412](#412)) ([97630c8](97630c8)), closes [#298](#298) [#385](#385)
1 parent 97630c8 commit 4502bc8

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.1.3](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.2...v5.1.3) (2019-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixes WebP rendering on iOS 12. ([#412](https://github.com/DylanVann/react-native-fast-image/issues/412)) ([97630c8](https://github.com/DylanVann/react-native-fast-image/commit/97630c8)), closes [#298](https://github.com/DylanVann/react-native-fast-image/issues/298) [#385](https://github.com/DylanVann/react-native-fast-image/issues/385)
7+
18
# Changelog
29

310
All notable changes to this project will be documented in this file.

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

0 commit comments

Comments
 (0)