From da7dde752d83bef782afe05ef33af9fa44593b31 Mon Sep 17 00:00:00 2001 From: Boris Tacyniak Date: Fri, 1 Oct 2021 16:08:15 +0200 Subject: [PATCH] Bump version. --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cfe51725..056851bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ### Fixed +## [8.1.1] 2021-10-01 + +### Fixed + +- (iOS): Raise @react-native-community/push-notification-ios version [#2151](https://github.com/zo0r/react-native-push-notification/pull/2151) +- (iOS): Fix iOS repeated notification timing [#2150](https://github.com/zo0r/react-native-push-notification/pull/2150) + ## [8.1.0] 2021-09-03 ### Features diff --git a/package.json b/package.json index 5d5a7d477..7720b5453 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-push-notification", - "version": "8.1.0", + "version": "8.1.1", "description": "React Native Local and Remote Notifications", "main": "index.js", "scripts": {