diff --git a/CHANGELOG.md b/CHANGELOG.md index b07fea4..4699378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ --> # Changelog +## [7.0.2](https://github.com/nextcloud/webpack-vue-config/tree/v7.0.2) (2025-11-18) +[Full Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v7.0.1...v7.0.2) + +### Fixes +* fix: define vue compile time flags by @ShGKme in https://github.com/nextcloud-libraries/webpack-vue-config/pull/698 + ## [7.0.1](https://github.com/nextcloud/webpack-vue-config/tree/v7.0.1) (2025-11-07) [Full Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v7.0.0...v7.0.1) diff --git a/package-lock.json b/package-lock.json index 37a0ee8..b194f05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/webpack-vue-config", - "version": "7.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/webpack-vue-config", - "version": "7.0.1", + "version": "7.0.2", "hasInstallScript": true, "license": "AGPL-3.0-or-later", "devDependencies": { diff --git a/package.json b/package.json index 79d1463..23baa14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/webpack-vue-config", - "version": "7.0.1", + "version": "7.0.2", "description": "A webpack vue config for nextcloud apps", "keywords": [ "nextcloud",