Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2cacfe0

Browse files
committedFeb 20, 2024
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

Lines changed: 7 additions & 0 deletions
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

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.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)
Please sign in to comment.