Skip to content

Commit 85a0583

Browse files
chore: release v2.2.0
1 parent c1dfdf0 commit 85a0583

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

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.1.0](https://github.com/georstat/react-native-image-cache/compare/v2.0.1...v2.1.0)
3+
## [v2.2.0](https://github.com/georstat/react-native-image-cache/compare/v2.1.0...v2.2.0)
4+
5+
#### Improvements
6+
7+
- chore: updated dev packages ([0e87709](https://github.com/georstat/react-native-image-cache/commit/0e8770929f3ed68708049000d4142de6d4e08861)).
8+
- chore: updated example packages, added routes.tsx on .eslintignore ([859a880](https://github.com/georstat/react-native-image-cache/commit/859a88005a370d484103173eec9ff359c34fac6b)).
9+
- chore: linted example and fixed a typo in a comment ([f2237a6](https://github.com/georstat/react-native-image-cache/commit/f2237a6a891bb3a0f474d8c0fd4bdbf41c7c07c3)).
10+
- chore: a-b sorted types.d.ts ([3698869](https://github.com/georstat/react-native-image-cache/commit/3698869e96b3a524e101f0b2595a55aefeb09ced)).
11+
12+
#### Documentations
13+
14+
- docs: added testID prop and new getCustomCacheKey config option ([c1dfdf0](https://github.com/georstat/react-native-image-cache/commit/c1dfdf035694eeffe13c72fdf740068d4852d61b)).
15+
- docs: mark prefetch options as optional on parameters ([3db99cf](https://github.com/georstat/react-native-image-cache/commit/3db99cf9a72ab547263c0b4e9d7ef075c7e34e48)).
16+
17+
## [v2.1.0](https://github.com/georstat/react-native-image-cache/compare/v2.0.1...v2.1.0) - 2022-05-05
418

519
## [v2.0.1](https://github.com/georstat/react-native-image-cache/compare/v2.0.0...v2.0.1) - 2022-04-05
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.1.0",
3+
"version": "2.2.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)