From e7ee7510053b8fd32cb8a46c1f65ab08a4ff2276 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Tue, 21 May 2019 18:19:11 -0700 Subject: [PATCH] Preparing for version 2.2.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e6f3638..0fa9e4434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.2.1 +- Removes console.log statement + ## 2.2.0 - Updates iOS SDK to 2.3.0. Check out the changelog for a full list of changes https://github.com/RevenueCat/purchases-ios/releases/tag/2.3.0 - Updates Android SDK to 2.2.2. Check out the changelog for a full list of changes https://github.com/RevenueCat/purchases-android/releases/tag/2.2.2 diff --git a/package.json b/package.json index 55165148e..7dbe050a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "2.2.0", + "version": "2.2.1", "description": "", "main": "index.js", "scripts": {