From 686ed92b1d4e3f7ccd6ac26fdc0584d581e0c23b Mon Sep 17 00:00:00 2001 From: Ntonas Efstathios Date: Tue, 11 May 2021 11:52:20 +0300 Subject: [PATCH] chore: release v1.1.1 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8efdb..0347310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [v1.1.0](https://github.com/georstat/react-native-image-cache/compare/v1.0.9...v1.1.0) +## [v1.1.1](https://github.com/georstat/react-native-image-cache/compare/v1.1.0...v1.1.1) + +#### Fixes + +- fix: fixed a typo on `onImageLoad` animation prop +docs: added new TODO +docs: added `react-native-file-access` docs link about `Dirs` ([cce01dc](https://github.com/georstat/react-native-image-cache/commit/cce01dc97ccc0c636a174ed7d93138deef27241d)). + +## [v1.1.0](https://github.com/georstat/react-native-image-cache/compare/v1.0.9...v1.1.0) - 2021-05-11 #### Features diff --git a/package.json b/package.json index f85a4a1..8c3ce7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@georstat/react-native-image-cache", - "version": "1.1.0", + "version": "1.1.1", "access": "public", "description": "React Native image file system caching for iOS and Android", "main": "lib/commonjs/index",