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 9a3f67a commit 0dbed1fCopy full SHA for 0dbed1f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.9](https://github.com/maxgfr/huge-async-storage/compare/v1.0.8...v1.0.9) (2023-11-21)
2
+
3
4
+### Bug Fixes
5
6
+* **deps:** update dependency @react-native-async-storage/async-storage to v1.19.6 ([9a3f67a](https://github.com/maxgfr/huge-async-storage/commit/9a3f67a9c2098ccf12f86773bd872981fc593f56))
7
8
## [1.0.8](https://github.com/maxgfr/huge-async-storage/compare/v1.0.7...v1.0.8) (2023-11-10)
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.8",
+ "version": "1.0.9",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
0 commit comments