diff --git a/CHANGELOG.md b/CHANGELOG.md index 4744a4eb..0851e0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +## [0.8.0](https://github.com/nuxt-modules/ionic/compare/0.7.0...0.8.0) (2022-10-17) + + +### ⚠ BREAKING CHANGES + +* **deps:** update dependency @kevinmarrec/nuxt-pwa to ^0.6.1 (#85) +* **deps:** update dependency @kevinmarrec/nuxt-pwa to ^0.5.0 (#83) + +### Miscellaneous Chores + +* **deps:** update dependency @kevinmarrec/nuxt-pwa to ^0.5.0 ([#83](https://github.com/nuxt-modules/ionic/issues/83)) ([7429327](https://github.com/nuxt-modules/ionic/commit/74293277aeb0f74297745ae0733525c928558541)) +* **deps:** update dependency @kevinmarrec/nuxt-pwa to ^0.6.1 ([#85](https://github.com/nuxt-modules/ionic/issues/85)) ([0696d1b](https://github.com/nuxt-modules/ionic/commit/0696d1bfe319012bfb175cb5050697af82b57ca0)) + ## [0.7.0](https://github.com/nuxt-modules/ionic/compare/0.6.1...0.7.0) (2022-09-07) @@ -144,4 +157,4 @@ ### Bug Fixes -* explicitly import nuxt composables ([351c7f9](https://github.com/nuxt-modules/ionic/commit/351c7f9ca34e12a11d9f98530bec53ce317fd267)) +* explicitly import nuxt composables ([351c7f9](https://github.com/nuxt-modules/ionic/commit/351c7f9ca34e12a11d9f98530bec53ce317fd267)) \ No newline at end of file diff --git a/package.json b/package.json index 8e6c861b..37717fb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/ionic", - "version": "0.7.0", + "version": "0.8.0", "license": "MIT", "repository": "nuxt-modules/ionic", "description": "Ionic integration for Nuxt",