This commit is contained in:
Daniel Sogl 2021-10-16 10:05:23 +02:00
parent 4cdb306443
commit 7f8f02e3af
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
# [5.37.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.36.1...v5.37.0) (2021-10-16)
### Features
* **adjust:** update wrapper for Adjust Cordova SDK v4.29.1 ([#3801](https://github.com/danielsogl/awesome-cordova-plugins/issues/3801)) ([02259e8](https://github.com/danielsogl/awesome-cordova-plugins/commit/02259e8873941e7171f317835666e8193ffc1b6a))
* **unvired-cordova-sdk:** Add a new function to register and receive push notifications. ([#3802](https://github.com/danielsogl/awesome-cordova-plugins/issues/3802)) ([7a19f7d](https://github.com/danielsogl/awesome-cordova-plugins/commit/7a19f7d7747857cab3feb62d524f66e34cad022d))
## [5.36.1](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.36.0...v5.36.1) (2021-10-01)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "awesome-cordova-plugins",
"version": "5.36.1",
"version": "5.37.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "awesome-cordova-plugins",
"version": "5.36.1",
"version": "5.37.0",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.1"

View File

@ -1,6 +1,6 @@
{
"name": "awesome-cordova-plugins",
"version": "5.36.1",
"version": "5.37.0",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"homepage": "https://awesome-cordova-plugins.com",
"author": "Daniel Sogl <me@danielsogl.com> (https://danielsogl.com)",