Skip to content

Commit 8f6d464

Browse files
chore(release): 1.15.14 [skip ci]
1 parent 309e252 commit 8f6d464

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.14](https://github.com/react-native-async-storage/async-storage/compare/v1.15.13...v1.15.14) (2021-11-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **windows:** fix crash when running windows module ([#719](https://github.com/react-native-async-storage/async-storage/issues/719)) ([309e252](https://github.com/react-native-async-storage/async-storage/commit/309e2529556a30b2eed992b4970863219a539d50))
7+
18
## [1.15.13](https://github.com/react-native-async-storage/async-storage/compare/v1.15.12...v1.15.13) (2021-11-24)
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.13",
3+
"version": "1.15.14",
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)