From 70d3a382eedf40337bd433b9cf3dbf8e1f50b00e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 20 Oct 2019 19:57:38 +0000 Subject: [PATCH] chore(release): 8.0.0 [skip ci] # [8.0.0](https://github.com/DylanVann/react-native-fast-image/compare/v7.0.2...v8.0.0) (2019-10-20) ### Features * 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)) ### BREAKING CHANGES * This changes how network requests are handled on iOS. Make sure they still work for you. --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56dad37..ef40ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [8.0.0](https://github.com/DylanVann/react-native-fast-image/compare/v7.0.2...v8.0.0) (2019-10-20) + + +### Features + +* 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)) + + +### BREAKING CHANGES + +* This changes how network requests are handled on iOS. Make sure they still work for you. + ## [7.0.2](https://github.com/DylanVann/react-native-fast-image/compare/v7.0.1...v7.0.2) (2019-07-05) diff --git a/package.json b/package.json index f55bca5..4f751f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fast-image", - "version": "7.0.2", + "version": "8.0.0", "description": "🚩 FastImage, performant React Native image component.", "keywords": [ "cache",