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

Commit da7dde7

Browse files
committedOct 1, 2021
Bump version.
1 parent f525fff commit da7dde7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

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

1313
### Fixed
1414

15+
## [8.1.1] 2021-10-01
16+
17+
### Fixed
18+
19+
- (iOS): Raise @react-native-community/push-notification-ios version [#2151](https://github.com/zo0r/react-native-push-notification/pull/2151)
20+
- (iOS): Fix iOS repeated notification timing [#2150](https://github.com/zo0r/react-native-push-notification/pull/2150)
21+
1522
## [8.1.0] 2021-09-03
1623

1724
### Features

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

0 commit comments

Comments
 (0)
Failed to load comments.