Skip to content

Commit

Permalink
chore(release): raise to version 0.9.14 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto authored Dec 3, 2024
1 parent 5122e8a commit ac872d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-local-notification"
version="0.9.13">
version="0.9.14">

<name>LocalNotification</name>

Expand Down

0 comments on commit ac872d7

Please sign in to comment.