From ac872d7091a6dfc13d0405854b1d46acb7eada18 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Tue, 3 Dec 2024 10:11:16 +0000 Subject: [PATCH] chore(release): raise to version 0.9.14 (#36) References: https://outsystemsrd.atlassian.net/browse/RMET-3881 --- CHANGELOG.md | 5 ++--- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df144c12..a744ed54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,9 @@ ChangeLog Please also read the [Upgrade Guide](https://github.com/katzer/cordova-plugin-local-notifications/wiki/Upgrade-Guide) for more information. -#### Unreleased - +#### Version 0.9.14 (03.12.2024) ### 25-11-2024 -- Android: Fix endless loop of notification permission denial when granting exact alarm permission +- Android: Fix endless loop of notification permission denial when granting exact alarm permission. #### Version 0.9.13 (07.10.2024) ### 07-10-2024 diff --git a/package.json b/package.json index e5e3ee8fb..07d21a5ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-local-notification", - "version": "0.9.13", + "version": "0.9.14", "description": "Schedules and queries for local notifications", "cordova": { "id": "cordova-plugin-local-notification", diff --git a/plugin.xml b/plugin.xml index 1e2bb8fb5..f5b837a07 100644 --- a/plugin.xml +++ b/plugin.xml @@ -24,7 +24,7 @@ + version="0.9.14"> LocalNotification