Skip to content

Commit eee9555

Browse files
chore(release): 1.19.7 [skip ci]
1 parent 821eb01 commit eee9555

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/default-storage/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.19.7](https://github.com/react-native-async-storage/async-storage/compare/v1.19.6...v1.19.7) (2023-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing `README.md` ([#1030](https://github.com/react-native-async-storage/async-storage/issues/1030)) ([821eb01](https://github.com/react-native-async-storage/async-storage/commit/821eb01b1a7326db592e80018246cdc662c6dc5d))
7+
18
## [1.19.6](https://github.com/react-native-async-storage/async-storage/compare/v1.19.5...v1.19.6) (2023-11-21)
29

310

packages/default-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-async-storage/async-storage",
3-
"version": "1.19.6",
3+
"version": "1.19.7",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)