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

Commit 6faa82a

Browse files
committed
Bump version 7.4.0
1 parent 49ff5fb commit 6faa82a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ 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
15+
## [7.4.0] 2021-06-24
16+
17+
### Features
18+
19+
- (Android): Allow for repeat to specify amount of the given repeat type. [#2063](https://github.com/zo0r/react-native-push-notification/pull/2030)
20+
- (iOS): Add support for subtitle notification property. [#2063](https://github.com/zo0r/react-native-push-notification/pull/2063)
21+
22+
## [7.3.2] 2021-06-19
1623

1724
### Fixed
1825

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

0 commit comments

Comments
 (0)