UNPKG

1.04 kBMarkdownView 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.0.0](https://github.com/webpack-contrib/html-minimizer-webpack-plugin/compare/v1.0.1...v2.0.0) (2020-11-09)
6
7
8### ⚠ BREAKING CHANGES
9
10* minimum supported `webpack` version is `5.1.0`
11* removed the `cache` option (webpack automatically caches assets, please read https://webpack.js.org/configuration/other-options/#cache)
12* removed the `cacheKeys` option (webpack automatically caches assets, please read https://webpack.js.org/configuration/other-options/#cache)
13
14### [1.0.1](https://github.com/webpack-contrib/html-minimizer-webpack-plugin/compare/v1.0.0...v1.0.1) (2020-10-07)
15
16### Chore
17
18* update `schema-utils`
19
20## 1.0.0 (2020-10-03)
21
22Initial release
23
24# Change Log
25
26All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.