@capacitor/push-notifications
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.3.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@0.3.1...@capacitor/push-notifications@0.3.2) (2021-02-05) | ||
### Bug Fixes | ||
* **ios:** Coerce 'extra' field to add missing notification data on events ([#231](https://github.com/ionic-team/capacitor-plugins/issues/231)) ([46ce6b2](https://github.com/ionic-team/capacitor-plugins/commit/46ce6b2a72e4b107702b0cfb97007aaf385a3106)) | ||
## [0.3.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@0.3.0...@capacitor/push-notifications@0.3.1) (2021-01-26) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@capacitor/push-notifications", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "The Push Notifications API provides access to native push notifications.", | ||
@@ -50,3 +50,3 @@ "main": "dist/plugin.cjs.js", | ||
"@capacitor/core": "^3.0.0-beta.1", | ||
"@capacitor/docgen": "0.0.14", | ||
"@capacitor/docgen": "0.0.15", | ||
"@capacitor/ios": "^3.0.0-beta.1", | ||
@@ -83,3 +83,3 @@ "@ionic/eslint-config": "^0.3.0", | ||
}, | ||
"gitHead": "9c7056ff622b1619c0c0d1c59a09b47d20d5739f" | ||
"gitHead": "e10d9dc09f6189f1547a82b8ae29759749fc1f8d" | ||
} |
Sorry, the diff of this file is not supported yet
88347