From d4e6efb1d84d56f1ec5a4d1a1ce9d09bc4337736 Mon Sep 17 00:00:00 2001 From: rizzomichaelg Date: Mon, 2 Oct 2017 11:53:47 -0500 Subject: [PATCH] version bump --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cef4718..e4b149a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ A list of changes that have occured through the versions. +3.0.0 +----- +- Added support for native iOS ≥ 10.3 SKStoreReview displace +- Fixed bug where even if review prompt was dismissed, it would be shown again. + 2.0.0 ----- diff --git a/package.json b/package.json index 631e26d..2e4fada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-rating-requestor", - "version": "2.0.0", + "version": "3.0.0", "description": "A React Native component to prompt users for a rating after positive interactions", "main": "index.js", "scripts": {