Skip to content

Commit

Permalink
Update to 7.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dallas62 committed Jan 16, 2021
1 parent 359aeb0 commit b8949c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Fixed

## [7.1.0] 2021-01-16

- (Android) Add hooks to intent handling and bundle parsing [1819](https://github.com/zo0r/react-native-push-notification/pull/1819)

## [7.0.0] 2020-12-23

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pod-install": "cd ios && pod install"
},
"dependencies": {
"@react-native-community/push-notification-ios": "^1.4.0",
"@react-native-community/push-notification-ios": "^1.7.0",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-push-notification": "zo0r/react-native-push-notification#master"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-push-notification",
"version": "7.0.0",
"version": "7.1.0",
"description": "React Native Local and Remote Notifications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b8949c2

Please sign in to comment.