This commit is contained in:
Daniel Sogl 2022-10-15 16:17:59 +00:00
parent d476af44cd
commit 5a22241db5
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
# [6.0.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.46.0...v6.0.0) (2022-10-15)
### Features
* **core:** use angular ivy ([#4369](https://github.com/danielsogl/awesome-cordova-plugins/issues/4369)) ([85441e5](https://github.com/danielsogl/awesome-cordova-plugins/commit/85441e59cac2ac9f40b9da55647ec89c9bafb2ea))
# [5.46.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.45.0...v5.46.0) (2022-10-09)

4
package-lock.json generated
View File

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

View File

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