Skip to content

Commit efadca8

Browse files
chore(release): 7.0.0
1 parent a94aa35 commit efadca8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [7.0.0](https://github.com./webpack-contrib/compression-webpack-plugin/compare/v6.1.1...v7.0.0) (2020-12-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported webpack version is `^5.1.0`
11+
* the `cache` option was removed, the plugin respects caching from configurations, please [read](https://webpack.js.org/configuration/other-options/#cache)
12+
513
### [6.1.1](https://github.com./webpack-contrib/compression-webpack-plugin/compare/v6.1.0...v6.1.1) (2020-11-12)
614

715

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compression-webpack-plugin",
3-
"version": "6.1.1",
3+
"version": "7.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)