diff --git a/CHANGELOG.md b/CHANGELOG.md index 002cfcc38..1a4690a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.0.2 + +**Fixes:** + +fix(android): add missing `import androidx.core.app.ActivityCompat` (#331) + ## 5.0.1 **Fixes:** diff --git a/package-lock.json b/package-lock.json index 4d724f098..a98c67c4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@havesource/cordova-plugin-push", - "version": "5.0.2-dev.0", + "version": "5.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@havesource/cordova-plugin-push", - "version": "5.0.2-dev.0", + "version": "5.0.2", "license": "MIT", "devDependencies": { "@babel/cli": "^7.22.10", diff --git a/package.json b/package.json index f71d567e2..8a9cbf2e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@havesource/cordova-plugin-push", - "version": "5.0.2-dev.0", + "version": "5.0.2", "description": "Register and receive push notifications.", "scripts": { "build": "babel src/js --out-dir www",