Skip to content

Commit

Permalink
all: bump version to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Aug 31, 2022
1 parent c92391e commit 570d692
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
8.1.0
----

**Plugin**

* Plugin now compiles with and targets SDK 33 (Android 13).

**Push**

* 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.


8.0.2
----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule implements BatchEv

private static final String NAME = "RNBatch";
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version";
private static final String PLUGIN_VERSION = "ReactNative/8.0.2";
private static final String PLUGIN_VERSION = "ReactNative/8.1.0";

private static final String BATCH_BRIDGE_ERROR_CODE = "BATCH_BRIDGE_ERROR";

Expand Down
2 changes: 1 addition & 1 deletion ios/RNBatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#import <Batch/Batch.h>

#define PluginVersion "ReactNative/8.0.2"
#define PluginVersion "ReactNative/8.1.0"

@interface RNBatch : RCTEventEmitter <RCTBridgeModule, BatchEventDispatcherDelegate>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@batch.com/react-native-plugin",
"version": "8.0.2",
"version": "8.1.0",
"description": "Batch.com React-Native Plugin",
"homepage": "https://github.com/BatchLabs/Batch-React-Native-Plugin",
"main": "dist/Batch.js",
Expand Down

0 comments on commit 570d692

Please sign in to comment.