Skip to content

Commit 70d3a38

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](v7.0.2...v8.0.0) (2019-10-20) ### Features * Add cookie support for iOS. ([#284](#284)) ([ae47bff](ae47bff)) ### BREAKING CHANGES * This changes how network requests are handled on iOS. Make sure they still work for you.
1 parent ae47bff commit 70d3a38

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [8.0.0](https://github.com/DylanVann/react-native-fast-image/compare/v7.0.2...v8.0.0) (2019-10-20)
2+
3+
4+
### Features
5+
6+
* Add cookie support for iOS. ([#284](https://github.com/DylanVann/react-native-fast-image/issues/284)) ([ae47bff](https://github.com/DylanVann/react-native-fast-image/commit/ae47bff))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This changes how network requests are handled on iOS. Make sure they still work for you.
12+
113
## [7.0.2](https://github.com/DylanVann/react-native-fast-image/compare/v7.0.1...v7.0.2) (2019-07-05)
214

315

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

0 commit comments

Comments
 (0)