From 352d831716253ba9f485547b9092489cf36c0d57 Mon Sep 17 00:00:00 2001 From: Tiago Pereira Date: Thu, 4 Nov 2021 13:53:03 +0000 Subject: [PATCH] chore(release): raise version to 0.9.8 --- CHANGELOG.md | 2 ++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ad9fb9f..b942964f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ChangeLog Please also read the [Upgrade Guide](https://github.com/katzer/cordova-plugin-local-notifications/wiki/Upgrade-Guide) for more information. +#### Version 0.9.8 (04.11.2021) +- New plugin release to include metadata tag in Extensibility Configurations in the OS wrapper #### Version 0.9.7 (30.09.2021) - Fix required for Android 12 - Use Activity instead of Service to handle notification clicks (https://outsystemsrd.atlassian.net/browse/RMET-1007) diff --git a/package.json b/package.json index ca29e9f14..214d18395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-local-notification", - "version": "0.9.7", + "version": "0.9.8", "description": "Schedules and queries for local notifications", "cordova": { "id": "cordova-plugin-local-notification", diff --git a/plugin.xml b/plugin.xml index bc7f38351..17617dc9d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -24,7 +24,7 @@ + version="0.9.8"> LocalNotification