diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c3910f..3d36ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v4.1.3](https://github.com/nextcloud/webpack-vue-config/tree/v4.1.3) (2021-11-08) + +[Full Changelog](https://github.com/nextcloud/webpack-vue-config/compare/v4.1.2...v4.1.3) + +**Merged pull requests:** + +* Change webpack version in peerDep to match devDep by @artonge in https://github.com/nextcloud/webpack-vue-config/pull/233 +* Bump webpack from 5.46.0 to 5.62.1 by @dependabot in https://github.com/nextcloud/webpack-vue-config/pull/235 +* Bump css-loader from 6.5.0 to 6.5.1 by @dependabot in https://github.com/nextcloud/webpack-vue-config/pull/236 + ## [v4.1.2](https://github.com/nextcloud/webpack-vue-config/tree/v4.1.2) (2021-11-03) [Full Changelog](https://github.com/nextcloud/webpack-vue-config/compare/v4.1.1...v4.1.2) diff --git a/package-lock.json b/package-lock.json index b5373f5..8639b76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/webpack-vue-config", - "version": "4.1.2", + "version": "4.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/webpack-vue-config", - "version": "4.1.2", + "version": "4.1.3", "license": "AGPL-3.0-or-later", "devDependencies": { "@babel/core": "^7.13.10", diff --git a/package.json b/package.json index c9dadb4..738628a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/webpack-vue-config", - "version": "4.1.2", + "version": "4.1.3", "description": "A webpack vue config for nextcloud apps", "author": "John Molakvoæ ", "license": "AGPL-3.0-or-later", @@ -62,4 +62,4 @@ "webpack-cli": "^4.5.0", "webpack-dev-server": "^4.0.0" } -} \ No newline at end of file +}