From 45d0c8700f3da91593a6ae6c29aac22fd3db3b24 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Tue, 24 Dec 2019 10:27:33 +0100 Subject: [PATCH] Preparing for version 3.0.5 --- CHANGELOG.md | 4 ++++ VERSIONS.md | 1 + package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b1ffa3..e8e4c8c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.5 + +- Exports interfaces and types + ## 3.0.4 - Renames introEligibilityStatus to status in IntroEligibility diff --git a/VERSIONS.md b/VERSIONS.md index 8fcc8737..14131fe3 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common files version | |---------|-------------|-----------------|----------------------| +| 3.0.5 | 3.0.1 | 3.0.4 | 1.0.5 | | 3.0.4 | 3.0.1 | 3.0.4 | 1.0.5 | | 3.0.3 | 3.0.1 | 3.0.4 | 1.0.4 | | 3.0.2 | 3.0.0 | 3.0.3 | 1.0.3 | diff --git a/package.json b/package.json index 4530abe1..a5ec6820 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "3.0.4", + "version": "3.0.5", "description": "", "main": "index.js", "types": "index.d.ts",