diff --git a/CHANGELOG.md b/CHANGELOG.md index 262996c9..a3e08198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.16.2](https://github.com/react-native-async-storage/async-storage/compare/v1.16.1...v1.16.2) (2022-03-15) + + +### Bug Fixes + +* **windows:** fix MultiRemove by using CHECK_SQL_OK macro ([#772](https://github.com/react-native-async-storage/async-storage/issues/772)) ([6f3f3ba](https://github.com/react-native-async-storage/async-storage/commit/6f3f3ba2d3192c8809d7a1f4c0e629f46818c63b)) + ## [1.16.1](https://github.com/react-native-async-storage/async-storage/compare/v1.16.0...v1.16.1) (2022-02-10) diff --git a/package.json b/package.json index 9ba2616e..5ea155d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.16.1", + "version": "1.16.2", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",