diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1c16c..8420f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v5.5.1](https://github.com/nextcloud/webpack-vue-config/tree/v5.5.1) (2023-04-25) + +[Full Changelog](https://github.com/nextcloud/webpack-vue-config/compare/v5.5.0...v5.5.1) + +#### :bug: Bug Fix +* [#449](https://github.com/nextcloud/webpack-vue-config/pull/449) Do not polyfill available in a web browser Node modules ([@ShGKme](https://github.com/ShGKme)) + +#### Committers: 1 +- Grigorii K. Shartsev ([@ShGKme](https://github.com/ShGKme)) + ## [v5.5.0](https://github.com/nextcloud/webpack-vue-config/tree/v5.5.0) (2023-03-15) [Full Changelog](https://github.com/nextcloud/webpack-vue-config/compare/v5.4.0...v5.5.0) diff --git a/package-lock.json b/package-lock.json index d47a7a2..8f91fcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/webpack-vue-config", - "version": "5.5.0", + "version": "5.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/webpack-vue-config", - "version": "5.5.0", + "version": "5.5.1", "license": "AGPL-3.0-or-later", "devDependencies": { "@babel/core": "^7.19.6", diff --git a/package.json b/package.json index 7b6d5d5..efcf3cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/webpack-vue-config", - "version": "5.5.0", + "version": "5.5.1", "description": "A webpack vue config for nextcloud apps", "author": "John Molakvoæ ", "license": "AGPL-3.0-or-later",