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

Commit 2452909

Browse files
committed
Bump to 3.5.1.
1 parent 278c9ae commit 2452909

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

1212
### Fixed
1313

14+
## [3.5.1] - 2020-05-20
15+
16+
### Fixed
17+
18+
- (Android) When updating 3.4 to 3.5, unable to compile Android [#1449](https://github.com/zo0r/react-native-push-notification/pull/1449)
19+
1420
## [3.5.0] - 2020-05-20
1521

1622
### Features
@@ -20,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2026
### Fixed
2127

2228
- (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)
29+
- (Android) onNotification is not calling when app is in background [#1446](https://github.com/zo0r/react-native-push-notification/pull/1446)
2430
- (Android) `number` and `id` do not crash if NaN is passed in Android.
2531

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-push-notification",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "React Native Local and Remote Notifications",
55
"main": "index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"notifications",
1515
"push",
1616
"apns",
17-
"gcm"
17+
"firebase"
1818
],
1919
"bugs": {
2020
"url": "https://github.com/zo0r/react-native-push-notification/issues"

0 commit comments

Comments
 (0)