From 0ceebc42b37b26515849584f85dd54a9d34ba6c5 Mon Sep 17 00:00:00 2001 From: Boris Tacyniak Date: Tue, 24 Aug 2021 19:37:55 +0200 Subject: [PATCH] Hot fix --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98d8589b..05a4b8e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ### Fixed +## [8.0.1] 2021-08-24 + +### Fixed + +- (Android): Fix bug cancelLocalNotification() does not work on Android [#2122](https://github.com/zo0r/react-native-push-notification/issues/2122) + ## [8.0.0] 2021-08-19 ### Breaking changes diff --git a/package.json b/package.json index 90f9f4b02..c29c26a71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-push-notification", - "version": "8.0.0", + "version": "8.0.1", "description": "React Native Local and Remote Notifications", "main": "index.js", "scripts": {