Skip to content

Commit 570d692

Browse files
committed
all: bump version to 8.1.0
1 parent c92391e commit 570d692

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
8.1.0
2+
----
3+
4+
**Plugin**
5+
6+
* Plugin now compiles with and targets SDK 33 (Android 13).
7+
8+
**Push**
9+
10+
* Added a new API: `BatchPush.requestNotificationAuthorization()`. This allows you to request for the [new notification permission introduced](https://developer.android.com/about/versions/13/changes/notification-permission) in Android 13. See the documentation for more info.
11+
12+
113
8.0.2
214
----
315

android/src/main/java/com/batch/batch_rn/RNBatchModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule implements BatchEv
5353

5454
private static final String NAME = "RNBatch";
5555
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version";
56-
private static final String PLUGIN_VERSION = "ReactNative/8.0.2";
56+
private static final String PLUGIN_VERSION = "ReactNative/8.1.0";
5757

5858
private static final String BATCH_BRIDGE_ERROR_CODE = "BATCH_BRIDGE_ERROR";
5959

ios/RNBatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#import <Batch/Batch.h>
1414

15-
#define PluginVersion "ReactNative/8.0.2"
15+
#define PluginVersion "ReactNative/8.1.0"
1616

1717
@interface RNBatch : RCTEventEmitter <RCTBridgeModule, BatchEventDispatcherDelegate>
1818

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@batch.com/react-native-plugin",
3-
"version": "8.0.2",
3+
"version": "8.1.0",
44
"description": "Batch.com React-Native Plugin",
55
"homepage": "https://github.com/BatchLabs/Batch-React-Native-Plugin",
66
"main": "dist/Batch.js",

0 commit comments

Comments
 (0)