diff --git a/CHANGELOG.md b/CHANGELOG.md index 771f6d6a0..002cfcc38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 5.0.1 + +**Fixes:** + +fix(ios): revert accidental change to category "`callback`" (#328) +fix(ios): update reset flags placement in `notificationReceived` (#329) +fix(ios): request new permissions based on ios config changes (#326) +fix(android): prevent permission dialog appearing when already denied (#325) +fix(ios): exclude configure if `FIRApp` is already configured (#321) +fix(ios): reset flags & store message after processing notification received (#319) +fix(ios): make sure `notificationMessage` is immutable (#317) + +**Others:** + +chore(*): typings - update comments & iOS `forceShow` option (#327) +ci: replace lock app with lock-threads workflow + ## 5.0.0 **Breaking:** diff --git a/package-lock.json b/package-lock.json index c1550dbd1..d6268173d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@havesource/cordova-plugin-push", - "version": "5.0.1-dev.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@havesource/cordova-plugin-push", - "version": "5.0.1-dev.0", + "version": "5.0.1", "license": "MIT", "devDependencies": { "@babel/cli": "^7.22.10", diff --git a/package.json b/package.json index 0a04103cb..53c476b9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@havesource/cordova-plugin-push", - "version": "5.0.1-dev.0", + "version": "5.0.1", "description": "Register and receive push notifications.", "scripts": { "build": "babel src/js --out-dir www",