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

Commit 251a3ac

Browse files
committed
Bump version to 6.1.2
1 parent 9bfd540 commit 251a3ac

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+
## [6.1.2] 2020-10-291
16+
17+
### Fixed
18+
19+
- (Android) Fix for vibration on notifs for Android API >= 26 [#1686](https://github.com/zo0r/react-native-push-notification/pull/1686)
20+
1521
## [6.1.1] 2020-09-29
1622

1723
### Fixed

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

0 commit comments

Comments
 (0)