diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 52fb45a..c356223 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.0.3 + +Fix webpack v5.52.0 error with mini-css-extract-plugin + ## 4.0.0 Remove the runtime insertion hack from the Webpack 3 and below era, wherein only the first "entry" item had the runtime appended to it. This was originally implemented to avoid adding the runtime to the secondary "vendor" entry. Using "vendor" entry points which is no longer recommended for Webpack 4 and up. diff --git a/package-lock.json b/package-lock.json index da01d9f..84a4869 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aurelia-webpack-plugin", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aurelia-webpack-plugin", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "aurelia-loader-webpack": "^2.2.4", diff --git a/package.json b/package.json index df80b75..2369531 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-webpack-plugin", - "version": "5.0.2", + "version": "5.0.3", "description": "A plugin for webpack that enables bundling Aurelia applications.", "keywords": [ "aurelia",