Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 70b7e7c

Browse files
committed
Bump to 3.5.0.
1 parent 700cb44 commit 70b7e7c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
### Fixed
1313

14+
## [3.5.0] - 2020-05-20
15+
16+
### Features
17+
18+
- (Android) Enables the ability to support multiple push providers [#1445](https://github.com/zo0r/react-native-push-notification/pull/1445)
19+
20+
### Fixed
21+
22+
- (Android) No sound on notifications [#1432](https://github.com/zo0r/react-native-push-notification/issues/1432)
23+
- (Android) onNotification is not calling when app is in background [#1446](https://github.com/zo0r/react-native-push-notification/pull/1446)
1424
- (Android) `number` and `id` do not crash if NaN is passed in Android.
1525

1626
## [3.4.0] - 2020-05-08

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-push-notification",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "React Native Local and Remote Notifications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)