diff --git a/CHANGELOG.md b/CHANGELOG.md index e91f088..b6936b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.3.5](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.4...v8.3.5) (2021-07-06) + + +### Bug Fixes + +* add react@17 as peer dependency ([#790](https://github.com/DylanVann/react-native-fast-image/issues/790)) ([27bd586](https://github.com/DylanVann/react-native-fast-image/commit/27bd58630cff4e10fea0bb835555bb7ad8b62da0)) + ## [8.3.4](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.3...v8.3.4) (2020-11-17) ## [8.3.3](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.2...v8.3.3) (2020-11-01) diff --git a/package.json b/package.json index 13bcfe0..10ccd69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fast-image", - "version": "8.3.4", + "version": "8.3.5", "description": "🚩 FastImage, performant React Native image component.", "keywords": [ "cache", @@ -74,4 +74,4 @@ "react": "^16.8.6 || ^17.0.0", "react-native": ">=0.60.0" } -} \ No newline at end of file +}