Skip to content

Commit 259e3c4

Browse files
chore(release): 1.15.15 [skip ci]
1 parent 2dee293 commit 259e3c4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.15.15](https://github.com/react-native-async-storage/async-storage/compare/v1.15.14...v1.15.15) (2022-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [1.15.14](https://github.com/react-native-async-storage/async-storage/compare/v1.15.13...v1.15.14) (2021-11-30)
29

310

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.15.14",
3+
"version": "1.15.15",
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)