diff --git a/CHANGELOG.md b/CHANGELOG.md index 711a2f8..fbea34b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +* V3.3.6 | 19/07.2021 + - added support for Webpack 5 (https://github.com/iampava/imagemin-webp-webpack-plugin/issues/38) + * V3.3.5 | 19/07.2021 - added support for **GIF** images via [imagemin-gif2webp](https://www.npmjs.com/package/imagemin-gif2webp) (https://github.com/iampava/imagemin-webp-webpack-plugin/issues/35) diff --git a/package-lock.json b/package-lock.json index 26871f8..1858216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "imagemin-webp-webpack-plugin", - "version": "3.3.5", + "version": "3.3.6", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.3.5", + "version": "3.3.6", "license": "MIT", "dependencies": { "imagemin": "^7.0.1", diff --git a/package.json b/package.json index 9fbe9c5..2a4d0e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imagemin-webp-webpack-plugin", - "version": "3.3.5", + "version": "3.3.6", "description": "Webpack plugin which converts images to the WebP format while also keeping the original files.", "author": { "name": "Alexandru Pavaloi",