This commit is contained in:
Daniel Sogl 2021-11-24 10:27:51 +00:00 committed by GitHub
parent fb37d49e46
commit 6d44ce555c
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
## [5.37.1](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.37.0...v5.37.1) (2021-11-24)
### Features
* **purchases:** add `setAirshipChannelID` method ([#3856](https://github.com/danielsogl/awesome-cordova-plugins/issues/3856)) ([2f25396](https://github.com/danielsogl/awesome-cordova-plugins/commit/2f25396c944a86b92de86cdf2e841ee7179bef19))
# [5.37.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.36.1...v5.37.0) (2021-10-16)

2
package-lock.json generated
View File

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

View File

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