Skip to content

Commit 1761cbe

Browse files
chore: release v3.0.0
1 parent 66e04eb commit 1761cbe

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

3-
## [v2.9.0](https://github.com/georstat/react-native-image-cache/compare/v2.8.0...v2.9.0)
3+
## [v3.0.0](https://github.com/georstat/react-native-image-cache/compare/v2.9.0...v3.0.0)
4+
5+
#### Improvements
6+
7+
- chore: updated dev and example packages ([b534f4f](https://github.com/georstat/react-native-image-cache/commit/b534f4f4717c1a3d0653a6f1ab013edc2d28b15f)).
8+
- chore: removed husky, added lefthook ([f6d0745](https://github.com/georstat/react-native-image-cache/commit/f6d0745f27b5f5ea305946bd8303dc0141ff4a54)).
9+
- chore: prettified, linted and a-b sorted some props ([708340d](https://github.com/georstat/react-native-image-cache/commit/708340dd328da559731cd1ca59f60b404fa223a3)).
10+
- chore: renamed animated style variables for better readability ([3b7486b](https://github.com/georstat/react-native-image-cache/commit/3b7486bfa99ce8efd748ac9a8d790c8a3b0298f3)).
11+
- chore: use root on lefthook for example run ([66e04eb](https://github.com/georstat/react-native-image-cache/commit/66e04eb22ce5d3d96278c4f3ec2a1a6563721584)).
12+
13+
#### Documentations
14+
15+
- docs: added `imageStyle` prop and info about supporting local images ([23e2a70](https://github.com/georstat/react-native-image-cache/commit/23e2a70d01441b97d1bee9e1448d74e1123f4a28)).
16+
17+
## [v2.9.0](https://github.com/georstat/react-native-image-cache/compare/v2.8.0...v2.9.0) - 2023-08-10
418

519
#### Improvements
620

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@georstat/react-native-image-cache",
3-
"version": "2.9.0",
3+
"version": "3.0.0",
44
"access": "public",
55
"description": "React Native image file system caching for iOS and Android",
66
"main": "lib/commonjs/index.js",

0 commit comments

Comments
 (0)