diff --git a/CHANGELOG.md b/CHANGELOG.md index 26969b1b..5d681663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.14](https://github.com/react-native-async-storage/async-storage/compare/v1.15.13...v1.15.14) (2021-11-30) + + +### Bug Fixes + +* **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)) + ## [1.15.13](https://github.com/react-native-async-storage/async-storage/compare/v1.15.12...v1.15.13) (2021-11-24) diff --git a/package.json b/package.json index 7f67d773..88f51e20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.15.13", + "version": "1.15.14", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",