diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d681663..92c910f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.15](https://github.com/react-native-async-storage/async-storage/compare/v1.15.14...v1.15.15) (2022-01-11) + + +### Bug Fixes + +* align mock of multiMerge with actual behavior ([#733](https://github.com/react-native-async-storage/async-storage/issues/733)) ([2dee293](https://github.com/react-native-async-storage/async-storage/commit/2dee2935ede75d01f632e0f9b56a7105b7fd492f)) + ## [1.15.14](https://github.com/react-native-async-storage/async-storage/compare/v1.15.13...v1.15.14) (2021-11-30) diff --git a/package.json b/package.json index cac5fdc5..92bca6f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.15.14", + "version": "1.15.15", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",