From 1761cbeff9b22df5094feded9dfb5330ed407c25 Mon Sep 17 00:00:00 2001 From: Efstathios Ntonas Date: Wed, 6 Sep 2023 23:56:18 +0300 Subject: [PATCH] chore: release v3.0.0 --- CHANGELOG.md | 16 +++++++++++++++- package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7220b6f..56ce11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog -## [v2.9.0](https://github.com/georstat/react-native-image-cache/compare/v2.8.0...v2.9.0) +## [v3.0.0](https://github.com/georstat/react-native-image-cache/compare/v2.9.0...v3.0.0) + +#### Improvements + +- chore: updated dev and example packages ([b534f4f](https://github.com/georstat/react-native-image-cache/commit/b534f4f4717c1a3d0653a6f1ab013edc2d28b15f)). +- chore: removed husky, added lefthook ([f6d0745](https://github.com/georstat/react-native-image-cache/commit/f6d0745f27b5f5ea305946bd8303dc0141ff4a54)). +- chore: prettified, linted and a-b sorted some props ([708340d](https://github.com/georstat/react-native-image-cache/commit/708340dd328da559731cd1ca59f60b404fa223a3)). +- chore: renamed animated style variables for better readability ([3b7486b](https://github.com/georstat/react-native-image-cache/commit/3b7486bfa99ce8efd748ac9a8d790c8a3b0298f3)). +- chore: use root on lefthook for example run ([66e04eb](https://github.com/georstat/react-native-image-cache/commit/66e04eb22ce5d3d96278c4f3ec2a1a6563721584)). + +#### Documentations + +- docs: added `imageStyle` prop and info about supporting local images ([23e2a70](https://github.com/georstat/react-native-image-cache/commit/23e2a70d01441b97d1bee9e1448d74e1123f4a28)). + +## [v2.9.0](https://github.com/georstat/react-native-image-cache/compare/v2.8.0...v2.9.0) - 2023-08-10 #### Improvements diff --git a/package.json b/package.json index ef97e6e..d4a3960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@georstat/react-native-image-cache", - "version": "2.9.0", + "version": "3.0.0", "access": "public", "description": "React Native image file system caching for iOS and Android", "main": "lib/commonjs/index.js",