This commit is contained in:
Daniel Sogl 2021-12-16 21:00:31 +00:00 committed by GitHub
parent 3afcf3c0e9
commit 973a8b76c1
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
## [5.37.2](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.37.1...v5.37.2) (2021-12-16)
### Bug Fixes
* **adjust:** added missing AdjustConfig method ([#3886](https://github.com/danielsogl/awesome-cordova-plugins/issues/3886)) ([a013e33](https://github.com/danielsogl/awesome-cordova-plugins/commit/a013e33e2c672c0faef75bef7bf1c28a8a62bb8e))
## [5.37.1](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.37.0...v5.37.1) (2021-11-24)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "awesome-cordova-plugins",
"version": "5.37.1",
"version": "5.37.2",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "awesome-cordova-plugins",
"version": "5.37.1",
"version": "5.37.2",
"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)",