From 2ef3d18c1a4f593f4d4f3a2d4c6664923a93107d Mon Sep 17 00:00:00 2001 From: Ntonas Efstathios Date: Sat, 5 Jun 2021 12:23:12 +0300 Subject: [PATCH] chore: release v1.2.2 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee7d53..fa350ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [v1.2.1](https://github.com/georstat/react-native-image-cache/compare/v1.2.0...v1.2.1) +## [v1.2.2](https://github.com/georstat/react-native-image-cache/compare/v1.2.1...v1.2.2) + +#### Improvements + +- chore: `react-native-file-access` now installs patch version instead of latest minor ([2d0c7a7](https://github.com/georstat/react-native-image-cache/commit/2d0c7a7f82bef79d462d55457ccafe33f912fe04)). + +## [v1.2.1](https://github.com/georstat/react-native-image-cache/compare/v1.2.0...v1.2.1) - 2021-05-18 #### Improvements diff --git a/package.json b/package.json index ba36b9f..ea16556 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@georstat/react-native-image-cache", - "version": "1.2.1", + "version": "1.2.2", "access": "public", "description": "React Native image file system caching for iOS and Android", "main": "lib/commonjs/index.js",