diff --git a/packages/default-storage/CHANGELOG.md b/packages/default-storage/CHANGELOG.md index 71f0e47e..5b48e4f9 100644 --- a/packages/default-storage/CHANGELOG.md +++ b/packages/default-storage/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.22.1](https://github.com/react-native-async-storage/async-storage/compare/v1.22.0...v1.22.1) (2024-02-20) + + +### Bug Fixes + +* **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)) + # [1.22.0](https://github.com/react-native-async-storage/async-storage/compare/v1.21.0...v1.22.0) (2024-02-15) diff --git a/packages/default-storage/package.json b/packages/default-storage/package.json index 22fe0d34..b7b05da9 100644 --- a/packages/default-storage/package.json +++ b/packages/default-storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.22.0", + "version": "1.22.1", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",