We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bae13e commit 77a1a1cCopy full SHA for 77a1a1c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.8](https://github.com/maxgfr/huge-async-storage/compare/v1.0.7...v1.0.8) (2023-11-10)
2
+
3
4
+### Bug Fixes
5
6
+* **deps:** update dependency @react-native-async-storage/async-storage to v1.19.5 ([9bae13e](https://github.com/maxgfr/huge-async-storage/commit/9bae13e96bd71154bf9c2b3ccd5bafa8581ba8e4))
7
8
## [1.0.7](https://github.com/maxgfr/huge-async-storage/compare/v1.0.6...v1.0.7) (2023-11-01)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "huge-async-storage",
"description": "A wrapper of AsyncStorage that allows you to store huge data",
- "version": "1.0.7",
+ "version": "1.0.8",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
0 commit comments