From 6d0bf479c8fbc0c3a4a318a0352870a1f5277493 Mon Sep 17 00:00:00 2001 From: Ntonas Efstathios Date: Sat, 5 Jun 2021 16:01:13 +0300 Subject: [PATCH] chore: release v1.2.3 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa350ec..7ce6ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [v1.2.2](https://github.com/georstat/react-native-image-cache/compare/v1.2.1...v1.2.2) +## [v1.2.3](https://github.com/georstat/react-native-image-cache/compare/v1.2.2...v1.2.3) + +## [v1.2.2](https://github.com/georstat/react-native-image-cache/compare/v1.2.1...v1.2.2) - 2021-06-05 #### Improvements diff --git a/package.json b/package.json index ea16556..64d2908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@georstat/react-native-image-cache", - "version": "1.2.2", + "version": "1.2.3", "access": "public", "description": "React Native image file system caching for iOS and Android", "main": "lib/commonjs/index.js",