From 7d5d9d1693d770dbaaf7fbf67cc57fe3a1597ebc Mon Sep 17 00:00:00 2001 From: Yoriiis <2563298+yoriiis@users.noreply.github.com> Date: Tue, 21 May 2024 21:41:27 +0200 Subject: [PATCH] Bump pacakge version --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) 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",