Skip to content

Commit 98a240d

Browse files
committed
Bump version, add CHANGELOG entry
1 parent 9cad9d1 commit 98a240d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ This document lets you know what has changed in the React Native module. For cha
55
- [Android Changelog](https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md)
66
- [iOS Changelog](https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md)
77

8+
# 2022-06-09 - v6.0.1
9+
10+
- Apptentive Android SDK: 5.8.3
11+
- Apptentive iOS SDK: 6.0.2
12+
13+
#### Bugs Fixed
14+
15+
- Added missing lifecycle callbacks for the Android platform
16+
817
# 2022-05-16 - v6.0.0
918

1019
- Apptentive Android SDK: 5.8.3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apptentive-react-native",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "React Native Module for Apptentive SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)