Skip to content

Commit 0dbed1f

Browse files
chore(release): 1.0.9 [skip ci]
## [1.0.9](v1.0.8...v1.0.9) (2023-11-21) ### Bug Fixes * **deps:** update dependency @react-native-async-storage/async-storage to v1.19.6 ([9a3f67a](9a3f67a))
1 parent 9a3f67a commit 0dbed1f

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+
## [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+
18
## [1.0.8](https://github.com/maxgfr/huge-async-storage/compare/v1.0.7...v1.0.8) (2023-11-10)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "huge-async-storage",
33
"description": "A wrapper of AsyncStorage that allows you to store huge data",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"scripts": {
66
"build": "tsc",
77
"build:watch": "tsc -w",

0 commit comments

Comments
 (0)