Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 28e67f0

Browse files
release(version): Release 3.4.3 [skip ci]
## [3.4.3](v3.4.2...v3.4.3) (2021-08-05) ### Performance Improvements * replace default header for mutable requests (if-modified-since) with if-none-match [#2](#2) ([e3e8ede](e3e8ede))
1 parent a8ae9f6 commit 28e67f0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.4.3](https://github.com/mnightingale/react-native-image-cache-hoc/compare/v3.4.2...v3.4.3) (2021-08-05)
2+
3+
4+
### Performance Improvements
5+
6+
* replace default header for mutable requests (if-modified-since) with if-none-match [#2](https://github.com/mnightingale/react-native-image-cache-hoc/issues/2) ([e3e8ede](https://github.com/mnightingale/react-native-image-cache-hoc/commit/e3e8ede6ebda61e60f1134f8875617cd7fe43fc4))
7+
18
## [3.4.2](https://github.com/mnightingale/react-native-image-cache-hoc/compare/v3.4.1...v3.4.2) (2021-08-05)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mnightingale/react-native-image-cache-hoc",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "React Native Higher Order Component that adds advanced caching functionality to the react native Image component.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)