From 89ec21d0ff6c348e3ff8008c221dcae22179cc2a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Jan 2022 13:19:45 +0000 Subject: [PATCH] chore(release): 1.15.16 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c910f1..e5b1fc10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.16](https://github.com/react-native-async-storage/async-storage/compare/v1.15.15...v1.15.16) (2022-01-21) + + +### Bug Fixes + +* declare support for RN 0.67 ([#741](https://github.com/react-native-async-storage/async-storage/issues/741)) ([c14ea98](https://github.com/react-native-async-storage/async-storage/commit/c14ea987fd8b264ca4b09adc2f6fd765dd198eb3)) + ## [1.15.15](https://github.com/react-native-async-storage/async-storage/compare/v1.15.14...v1.15.15) (2022-01-11) diff --git a/package.json b/package.json index e79fcf13..a476b6e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.15.15", + "version": "1.15.16", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",