Skip to content

Commit f790cb3

Browse files
chore(release): 1.23.2 [skip ci]
1 parent 9993f6e commit f790cb3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: packages/default-storage/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.23.2](https://github.com/react-native-async-storage/async-storage/compare/v1.23.1...v1.23.2) (2024-06-17)
2+
3+
4+
### Bug Fixes
5+
6+
* `multiSet` should expect read-only input ([#1103](https://github.com/react-native-async-storage/async-storage/issues/1103)) ([9993f6e](https://github.com/react-native-async-storage/async-storage/commit/9993f6ec14353f1f41f361003b564e8f5461e72e))
7+
18
## [1.23.1](https://github.com/react-native-async-storage/async-storage/compare/v1.23.0...v1.23.1) (2024-03-20)
29

310

Diff for: 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.1",
3+
"version": "1.23.2",
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)