Skip to content

Commit 2cacfe0

Browse files
chore(release): 1.22.1 [skip ci]
1 parent ea9fc7a commit 2cacfe0

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.22.1](https://github.com/react-native-async-storage/async-storage/compare/v1.22.0...v1.22.1) (2024-02-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **ios:** Merging empty object should not override current value ([#1064](https://github.com/react-native-async-storage/async-storage/issues/1064)) ([ea9fc7a](https://github.com/react-native-async-storage/async-storage/commit/ea9fc7a38bf19c2aa8746a20bc9992f06943a753))
7+
18
# [1.22.0](https://github.com/react-native-async-storage/async-storage/compare/v1.21.0...v1.22.0) (2024-02-15)
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.22.0",
3+
"version": "1.22.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)