diff --git a/CHANGELOG.md b/CHANGELOG.md index bf07e107..9b47f930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.16.0](https://github.com/react-native-async-storage/async-storage/compare/v1.15.17...v1.16.0) (2022-02-09) + + +### Features + +* migrate from Flow to TypeScript ([#727](https://github.com/react-native-async-storage/async-storage/issues/727)) ([e3d36f3](https://github.com/react-native-async-storage/async-storage/commit/e3d36f313852c50884fefb12fcd341d37a16973f)) + ## [1.15.17](https://github.com/react-native-async-storage/async-storage/compare/v1.15.16...v1.15.17) (2022-01-24) diff --git a/package.json b/package.json index c982920d..2cad033a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.15.17", + "version": "1.16.0", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",