From 36505ae21bf975d05aa9010891e8a00c8b250d9a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Mar 2022 07:55:21 +0000 Subject: [PATCH] chore(release): 1.16.2 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",