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

Commit c1d6ee5

Browse files
committed
Bump version 7.3.2.
1 parent 09f1c4f commit c1d6ee5

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+
## [7.3.2] 2021-05-12
16+
17+
### Fixed
18+
19+
- (Android) Fix: Foreground notifications missing small icon. [#1927](https://github.com/zo0r/react-native-push-notification/pull/1927)
20+
1521
## [7.3.1] 2021-05-12
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": "7.3.1",
3+
"version": "7.3.2",
44
"description": "React Native Local and Remote Notifications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)