From 643550ee557fd080836d69b8f00411923f4fe100 Mon Sep 17 00:00:00 2001 From: Ntonas Efstathios Date: Fri, 7 May 2021 11:23:34 +0300 Subject: [PATCH] chore: release v1.0.2 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3615f4f..d329037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ # Changelog -## 1.0.1 +## [v1.0.2](https://github.com/georstat/react-native-image-cache/compare/v1.0.2...v1.0.2) + +#### Improvements + +- chore: version bump ([bfcface](https://github.com/georstat/react-native-image-cache/commit/bfcfaced5e52270b863aa0ad0decd514068f81c0)). + +## [v1.0.2](https://github.com/georstat/react-native-image-cache/compare/v1.0.1...v1.0.2) - 2021-05-07 + +## v1.0.1 - 2021-05-07 + +#### Documentations + +- docs: README fixes ([53d272e](https://github.com/georstat/react-native-image-cache/commit/53d272e3b9d22e4caf0e6ff5227435dfa3d05e93)). diff --git a/package.json b/package.json index 38f6134..0a69497 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@georstat/react-native-image-cache", - "version": "1.0.1", + "version": "1.0.2", "access": "public", "description": "React Native image file system caching for iOS and Android", "main": "lib/commonjs/index",