diff --git a/packages/default-storage/CHANGELOG.md b/packages/default-storage/CHANGELOG.md index 03ec1cb0..ab79e792 100644 --- a/packages/default-storage/CHANGELOG.md +++ b/packages/default-storage/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.23.1](https://github.com/react-native-async-storage/async-storage/compare/v1.23.0...v1.23.1) (2024-03-20) + + +### Bug Fixes + +* **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)) + # [1.23.0](https://github.com/react-native-async-storage/async-storage/compare/v1.22.3...v1.23.0) (2024-03-19) diff --git a/packages/default-storage/package.json b/packages/default-storage/package.json index cb104cfa..fabf17d1 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.23.0", + "version": "1.23.1", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",