This commit is contained in:
Daniel Sogl 2022-10-17 11:23:43 +00:00 committed by GitHub
parent e7d1641fe9
commit d1210b76a7
3 changed files with 12 additions and 3 deletions

@ -1,3 +1,12 @@
## [6.0.1](https://github.com/danielsogl/awesome-cordova-plugins/compare/v6.0.0...v6.0.1) (2022-10-17)
### Bug Fixes
* use correct core version ([e7d1641](https://github.com/danielsogl/awesome-cordova-plugins/commit/e7d1641fe9b3cc18bbfab0fb7f23d8b3a4136e9b))
# [6.0.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.46.0...v6.0.0) (2022-10-15)

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "awesome-cordova-plugins",
"version": "6.0.0",
"version": "6.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "awesome-cordova-plugins",
"version": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"dependencies": {
"tslib": "2.4.0"

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