Skip to content

Commit 39adcfa

Browse files
committedMar 20, 2024
chore(release): 1.23.1 [skip ci]
1 parent c4ed1fa commit 39adcfa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎packages/default-storage/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.23.1](https://github.com/react-native-async-storage/async-storage/compare/v1.23.0...v1.23.1) (2024-03-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **default-storage:** Privacy manifest missing key ([#1076](https://github.com/react-native-async-storage/async-storage/issues/1076)) ([c4ed1fa](https://github.com/react-native-async-storage/async-storage/commit/c4ed1fa2fd1541ad26a06f937af4438158aa15df))
7+
18
# [1.23.0](https://github.com/react-native-async-storage/async-storage/compare/v1.22.3...v1.23.0) (2024-03-19)
29

310

‎packages/default-storage/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.23.0",
3+
"version": "1.23.1",
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)
Failed to load comments.