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 133d3b8 commit 0d3260aCopy full SHA for 0d3260a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.15](https://github.com/maxgfr/huge-async-storage/compare/v1.0.14...v1.0.15) (2024-02-23)
2
+
3
4
+### Bug Fixes
5
6
+* **deps:** update dependencies ([133d3b8](https://github.com/maxgfr/huge-async-storage/commit/133d3b8f0430d62e80a8b81206193a96bf09ceb0))
7
8
## [1.0.14](https://github.com/maxgfr/huge-async-storage/compare/v1.0.13...v1.0.14) (2024-02-20)
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.14",
+ "version": "1.0.15",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
0 commit comments