Releases: Klathmon/imagemin-webpack-plugin
v3.0
v2.4.2
v2.4.1
v2.4.0
Changes:
- bumped up the version of imagemin and a few plugins thanks to @jagonzalr
This also fixes the security issue once and for all with tunnel-agent
.
v2.3.0
v2.2.0
v2.1.5
- Fix publish
yarn publish
didn't include all of the built files for this package for reasons that I'm not entirely sure about. This is a re-publish of v2.1.2 but with all of the files included.
As a side effect, this also now includes source-maps in the distributed version, which might help diagnose issues if needed.
v2.1.2
Small release.
- Bump dependencies up to their latest versions
- Pin a transitive dependency (
tunnel-agent
) to their latest version to address a possible vulnerability.
Yarn users will get the second fix, however npm users will not (as npm doesn't support the resolutions
field in the package.json
).
It shouldn't be a problem however as the vulnerable line is never called in this library or any of its dependencies as far as I can tell.
For more information see #60
NOTE! This release has a bug where the publish did not include all files in the package! Please upgrade to v2.1.5 for the fix. See #61 for more information.
v2.1.1
v2.1.0
Webpack 4!
Thanks to @simonkberg for the PR that enabled Webpack 4 support. That is all that changed in this version, imagemin-webpack-plugin should still work on older versions the same as it always has.