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

Commit 602b9b0

Browse files
committed
Release of 7.3.0.
1 parent 66243dd commit 602b9b0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

1313
### Fixed
1414

15+
## [7.3.0] 2021-05-12
16+
17+
### Features
18+
- (Android) Add constants for notification importance [#1959](https://github.com/zo0r/react-native-push-notification/pull/1959)
19+
20+
### Fixed
21+
22+
- (Android) Fix: Task :react-native-push-notification:compileDebugJavaWithJavac FAILED [#1979](https://github.com/zo0r/react-native-push-notification/issues/1979)
23+
1524
## [7.2.3] 2021-03-18
1625

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

0 commit comments

Comments
 (0)