From c8bb6438f0a2316e18cf42af75b9e7a6198e6dd3 Mon Sep 17 00:00:00 2001 From: Ntonas Efstathios Date: Mon, 10 May 2021 12:12:36 +0300 Subject: [PATCH] chore: release v1.0.9 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5202d3d..3e963c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -## [v1.0.8](https://github.com/georstat/react-native-image-cache/compare/v1.0.7...v1.0.8) +## [v1.0.9](https://github.com/georstat/react-native-image-cache/compare/v1.0.8...v1.0.9) + +#### Fixes + +- fix: finally fixed `defaultProps` typings +fix: fixed a typo on `thumbnailSource` url in example ([a87e8b7](https://github.com/georstat/react-native-image-cache/commit/a87e8b7cb3b1039c9585c4c9f289a529ec7cf276)). + +## [v1.0.8](https://github.com/georstat/react-native-image-cache/compare/v1.0.7...v1.0.8) - 2021-05-10 #### Fixes diff --git a/package.json b/package.json index 725cec1..8461093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@georstat/react-native-image-cache", - "version": "1.0.8", + "version": "1.0.9", "access": "public", "description": "React Native image file system caching for iOS and Android", "main": "lib/commonjs/index",