Skip to content

Commit 77a1a1c

Browse files
chore(release): 1.0.8 [skip ci]
## [1.0.8](v1.0.7...v1.0.8) (2023-11-10) ### Bug Fixes * **deps:** update dependency @react-native-async-storage/async-storage to v1.19.5 ([9bae13e](9bae13e))
1 parent 9bae13e commit 77a1a1c

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.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+
18
## [1.0.7](https://github.com/maxgfr/huge-async-storage/compare/v1.0.6...v1.0.7) (2023-11-01)
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.7",
4+
"version": "1.0.8",
55
"scripts": {
66
"build": "tsc",
77
"build:watch": "tsc -w",

0 commit comments

Comments
 (0)