From 6faa82aa8698622725bd05116f21b6d4673c4f63 Mon Sep 17 00:00:00 2001 From: Boris Tacyniak Date: Thu, 24 Jun 2021 18:11:25 +0200 Subject: [PATCH] Bump version 7.4.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75fef76d7..6291b9f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ### Fixed -## [7.3.2] 2021-05-12 +## [7.4.0] 2021-06-24 + +### Features + + - (Android): Allow for repeat to specify amount of the given repeat type. [#2063](https://github.com/zo0r/react-native-push-notification/pull/2030) + - (iOS): Add support for subtitle notification property. [#2063](https://github.com/zo0r/react-native-push-notification/pull/2063) + +## [7.3.2] 2021-06-19 ### Fixed diff --git a/package.json b/package.json index 4fd9417c1..c5908a521 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-push-notification", - "version": "7.3.2", + "version": "7.4.0", "description": "React Native Local and Remote Notifications", "main": "index.js", "scripts": {