diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e08198..73debbef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.16.3](https://github.com/react-native-async-storage/async-storage/compare/v1.16.2...v1.16.3) (2022-03-16) + + +### Bug Fixes + +* **types:** wrong void return type of multiGet ([#767](https://github.com/react-native-async-storage/async-storage/issues/767)) ([6ba9d69](https://github.com/react-native-async-storage/async-storage/commit/6ba9d690560fa33d21a75358f7dae379a7f705f8)) + ## [1.16.2](https://github.com/react-native-async-storage/async-storage/compare/v1.16.1...v1.16.2) (2022-03-15) diff --git a/package.json b/package.json index a5fc061e..d69bbc86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.16.2", + "version": "1.16.3", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",