From 07a185d3d1a87bfc0f915bc77f6f9eb0cab07d5c Mon Sep 17 00:00:00 2001 From: Iampava Date: Mon, 19 Jul 2021 22:18:07 +0300 Subject: [PATCH] [v3.3.6] Changelog and bump version --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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",