Skip to content

Commit ac872d7

Browse files
chore(release): raise to version 0.9.14 (#36)
References: https://outsystemsrd.atlassian.net/browse/RMET-3881
1 parent 5122e8a commit ac872d7

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ ChangeLog
33

44
Please also read the [Upgrade Guide](https://github.com/katzer/cordova-plugin-local-notifications/wiki/Upgrade-Guide) for more information.
55

6-
#### Unreleased
7-
6+
#### Version 0.9.14 (03.12.2024)
87
### 25-11-2024
9-
- Android: Fix endless loop of notification permission denial when granting exact alarm permission
8+
- Android: Fix endless loop of notification permission denial when granting exact alarm permission.
109

1110
#### Version 0.9.13 (07.10.2024)
1211
### 07-10-2024

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-local-notification",
3-
"version": "0.9.13",
3+
"version": "0.9.14",
44
"description": "Schedules and queries for local notifications",
55
"cordova": {
66
"id": "cordova-plugin-local-notification",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2525
xmlns:android="http://schemas.android.com/apk/res/android"
2626
id="cordova-plugin-local-notification"
27-
version="0.9.13">
27+
version="0.9.14">
2828

2929
<name>LocalNotification</name>
3030

0 commit comments

Comments
 (0)