Skip to content

Commit 18e5977

Browse files
chore(release): 1.15.12 [skip ci]
1 parent 5f6d6a0 commit 18e5977

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [1.15.12](https://github.com/react-native-async-storage/async-storage/compare/v1.15.11...v1.15.12) (2021-11-24)
2+
3+
4+
### Bug Fixes
5+
6+
* add type definition for jest mock ([#708](https://github.com/react-native-async-storage/async-storage/issues/708)) ([5f6d6a0](https://github.com/react-native-async-storage/async-storage/commit/5f6d6a045fcaa1a5b56a34ebad6d948e5530f965))

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