diff --git a/CHANGELOG.md b/CHANGELOG.md index 4636b71..48e59c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 6.0.1 + +### Fixes + +- Improve loader errors by @jvoccia ([#28](https://github.com/yoriiis/svg-chunk-webpack-plugin/pull/28)) + ## 6.0.0 ### ⚠️ Breaking changes @@ -42,7 +48,7 @@ ### Fixes -- Fix compatibility with webpack cache([#8](https://github.com/yoriiis/svg-chunk-webpack-plugin/pull/8)) +- Fix compatibility with webpack cache ([#8](https://github.com/yoriiis/svg-chunk-webpack-plugin/pull/8)) ## 3.0.0 diff --git a/package-lock.json b/package-lock.json index eeac991..9cf3f45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "svg-chunk-webpack-plugin", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "svg-chunk-webpack-plugin", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "dependencies": { "extend": "^3.0.2", diff --git a/package.json b/package.json index 15e4dc6..e5f611b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-chunk-webpack-plugin", - "version": "6.0.0", + "version": "6.0.1", "description": "Generate SVG sprites according to entrypoint dependencies. Each page only imports its own svgs, wrapped as a sprite and optimized by svgo", "keywords": [ "svg",