Skip to content

Commit bd4c170

Browse files
committedNov 21, 2023
chore(release): 1.19.6 [skip ci]
1 parent 921f24a commit bd4c170

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎packages/default-storage-backend/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.19.6](https://github.com/react-native-async-storage/async-storage/compare/v1.19.5...v1.19.6) (2023-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* widen supported version range ([#1029](https://github.com/react-native-async-storage/async-storage/issues/1029)) ([921f24a](https://github.com/react-native-async-storage/async-storage/commit/921f24a82597af6e88d5be7ccf2cceccc70da554))
7+
18
## [1.19.5](https://github.com/react-native-async-storage/async-storage/compare/v1.19.4...v1.19.5) (2023-11-10)
29

310

‎packages/default-storage-backend/package.json

+1-1
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.5",
3+
"version": "1.19.6",
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)
Please sign in to comment.