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

Commit 0ceebc4

Browse files
committed
Hot fix
1 parent 60979a1 commit 0ceebc4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

1313
### Fixed
1414

15+
## [8.0.1] 2021-08-24
16+
17+
### Fixed
18+
19+
- (Android): Fix bug cancelLocalNotification() does not work on Android [#2122](https://github.com/zo0r/react-native-push-notification/issues/2122)
20+
1521
## [8.0.0] 2021-08-19
1622

1723
### Breaking changes

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

0 commit comments

Comments
 (0)