From ff9336a315b52927210945631d68838cdbc7349b Mon Sep 17 00:00:00 2001 From: Boris Tacyniak Date: Fri, 1 May 2020 09:48:44 +0200 Subject: [PATCH] Fix regression on the importance of notification. --- CHANGELOG.md | 6 ++++++ README.md | 2 ++ package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98cefc2d4..5f686cff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed +## [3.3.1] - 2020-05-01 + +### Fixed + +- (Android) Fix regression with the importance of the notication. + ## [3.3.0] - 2020-04-29 ### Features diff --git a/README.md b/README.md index fa7c29d37..34f7c27b6 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,8 @@ PushNotification.configure({ * (optional) default: true * - Specified if permissions (ios) and token (android and ios) will requested or not, * - if not, you must call PushNotificationsHandler.requestPermissions() later + * - if you are not using remote notification or do not have Firebase installed, use this: + * requestPermissions: Platform.OS === 'ios' */ requestPermissions: true, }); diff --git a/package.json b/package.json index 337cdb269..aee08e70a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-push-notification", - "version": "3.3.0", + "version": "3.3.1", "description": "React Native Local and Remote Notifications", "main": "index.js", "scripts": {