UNPKG

749 BMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5## [2.1.0](https://github.com/webpack-contrib/image-minimizer-webpack-plugin/compare/v2.0.0...v2.1.0) (2020-12-23)
6
7
8### Features
9
10* add TypeScript definitions ([e78497b](https://github.com/webpack-contrib/image-minimizer-webpack-plugin/commit/e78497b3f50d2cfc6368fcdc9de548a7ad76f559))
11
12## 2.0.0 (2020-12-17)
13
14
15### ⚠ BREAKING CHANGES
16
17* minimum supported `webpack` version is `5.1.0`
18* removed the `cache` option in favor the [`cache`](https://webpack.js.org/configuration/other-options/#cache) option from webpack
19
20## 1.0.0 (2020-10-07)
21
22Initial release.