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

Commit 3d769ad

Browse files
committed
Bump version to 5.1.0.
1 parent 67c5dde commit 3d769ad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
1010

1111
### Features
1212

13+
### Fixed
14+
15+
16+
## [5.1.0] 2020-08-31
17+
18+
### Features
19+
1320
- (Android) Add support for specifying a delegate FirebaseMessagingService [#1589](https://github.com/zo0r/react-native-push-notification/pull/1589)
1421
- (Android) Add support of `when`, `usesChronometer` and `timeoutAfter`.
1522

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": "5.0.1",
3+
"version": "5.1.0",
44
"description": "React Native Local and Remote Notifications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)