From ec46e4b96b7ec7f112e0127073ae18f1bfbb2984 Mon Sep 17 00:00:00 2001 From: PoornimaApptentive <85186738+PoornimaApptentive@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:41:38 -0700 Subject: [PATCH] Release 6.7.0 (#254) Release 6.7.0 --- .scripts/changes.md | 4 ++-- CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.scripts/changes.md b/.scripts/changes.md index a6aefb0..44fcf54 100644 --- a/.scripts/changes.md +++ b/.scripts/changes.md @@ -1,2 +1,2 @@ -- Apptentive Android SDK: 6.1.0 -- Apptentive iOS SDK: 6.2.2 +- Apptentive Android SDK: 6.7.0 +- Apptentive iOS SDK: 6.7.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cad3b13..f8c4a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This document lets you know what has changed in the React Native module. For cha - [Android Changelog](https://github.com/apptentive/apptentive-kit-android/blob/master/CHANGELOG.md) - [iOS Changelog](https://github.com/apptentive/apptentive-kit-ios/blob/main/CHANGELOG.md) +# 2024-04-24 - v6.7.0 + +- Apptentive Android SDK: 6.7.0 +- Apptentive iOS SDK: 6.7.0 + # 2023-08-02 - v6.1.3 - Apptentive Android SDK: 6.1.0 diff --git a/package.json b/package.json index b03ce02..18b3f18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apptentive-react-native", - "version": "6.1.3", + "version": "6.7.0", "description": "React Native Module for Apptentive SDK", "main": "lib/commonjs/index", "module": "lib/module/index",