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

Commit b8949c2

Browse files
committed
Update to 7.1.0.
1 parent 359aeb0 commit b8949c2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

1313
### Fixed
1414

15+
## [7.1.0] 2021-01-16
16+
17+
- (Android) Add hooks to intent handling and bundle parsing [1819](https://github.com/zo0r/react-native-push-notification/pull/1819)
18+
1519
## [7.0.0] 2020-12-23
1620

1721
### Breaking changes

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pod-install": "cd ios && pod install"
1212
},
1313
"dependencies": {
14-
"@react-native-community/push-notification-ios": "^1.4.0",
14+
"@react-native-community/push-notification-ios": "^1.7.0",
1515
"react": "16.13.1",
1616
"react-native": "0.63.3",
1717
"react-native-push-notification": "zo0r/react-native-push-notification#master"

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

0 commit comments

Comments
 (0)