Skip to content

Commit 6cf83aa

Browse files
chore(release): 4.0.0
1 parent ea33463 commit 6cf83aa

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.0.0](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v3.1.0...v4.0.0) (2020-05-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* the `cache` is `true` by default for webpack@4
11+
* the `cache` option is ignored in webpack 5. Please use https://webpack.js.org/configuration/other-options/#cache.
12+
* minimum supported Node.js version is `10.13`
13+
14+
### Features
15+
16+
* enable cache by default for webpack@4 ([#164](https://github.com/webpack-contrib/compression-webpack-plugin/issues/164)) ([ea33463](https://github.com/webpack-contrib/compression-webpack-plugin/commit/ea33463b2c9986fa5dc744bd2860620af7404a7f))
17+
18+
19+
### Bug Fixes
20+
21+
* behaviour in watch mode ([e222c4e](https://github.com/webpack-contrib/compression-webpack-plugin/commit/e222c4ee7554c0d3ce3a80749b6087b40ffd5ed1))
22+
523
## [3.1.0](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v3.0.0...v3.1.0) (2020-01-09)
624

725

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compression-webpack-plugin",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Prepare compressed versions of assets to serve them with Content-Encoding",
55
"license": "MIT",
66
"repository": "webpack-contrib/compression-webpack-plugin",

0 commit comments

Comments
 (0)