From 6790c45a9d40ef484ed3af22135ec95d14fccbf5 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Mon, 25 Feb 2019 11:39:02 -0800 Subject: [PATCH] Preparing for version 1.5.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 053048f1..3a015471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.5.4 +- Removes unnecessary debugger statement https://github.com/RevenueCat/react-native-purchases/issues/47 +- Runs Linter and prettifier +- Adds missing setup call in the example + ## 1.5.3 - Fix android setup on a null appuserid - Adds listener removal methods diff --git a/package.json b/package.json index 5e4e1df6..c803f2c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "1.5.3", + "version": "1.5.4", "description": "", "main": "index.js", "scripts": {