Skip to content

Commit 2c3ddd9

Browse files
chore: release v1.2.6
1 parent 833b331 commit 2c3ddd9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3-
## [v1.2.5](https://github.com/georstat/react-native-image-cache/compare/v1.2.4...v1.2.5)
3+
## [v1.2.6](https://github.com/georstat/react-native-image-cache/compare/v1.2.5...v1.2.6)
4+
5+
#### Improvements
6+
7+
- chore: added `useStateIfMounted` hook to prevent `Can't perform a React state update on an unmounted component.` warning ([833b331](https://github.com/georstat/react-native-image-cache/commit/833b331c2b7b85aab498daa33f81b05728504d85)).
8+
9+
## [v1.2.5](https://github.com/georstat/react-native-image-cache/compare/v1.2.4...v1.2.5) - 2021-07-11
410

511
#### Improvements
612

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": "1.2.5",
3+
"version": "1.2.6",
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)