diff --git a/package-lock.json b/package-lock.json index c7cf02487..7de92d6fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ionic-native", - "version": "4.5.2", + "version": "4.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/@ionic-native/plugins/local-notifications/index.ts b/src/@ionic-native/plugins/local-notifications/index.ts index d21bff20b..927e386c7 100755 --- a/src/@ionic-native/plugins/local-notifications/index.ts +++ b/src/@ionic-native/plugins/local-notifications/index.ts @@ -677,5 +677,5 @@ export class LocalNotifications extends IonicNativePlugin { * @returns {Promise} */ @Cordova() - fireQueuedEvents(): Promise{ return; } + fireQueuedEvents(): Promise { return; } }