Skip to content

Commit c5f7a0f

Browse files
committed
chore(release): 1.0.0-beta.0
1 parent e0ea7ef commit c5f7a0f

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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+
<a name="1.0.0-beta.0"></a>
6+
# [1.0.0-beta.0](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v0.4.0...v1.0.0-beta.0) (2017-06-24)
7+
8+
9+
### Code Refactoring
10+
11+
* apply webpack-defaults ([#54](https://github.com/webpack-contrib/compression-webpack-plugin/issues/54)) ([f6f8c6c](https://github.com/webpack-contrib/compression-webpack-plugin/commit/f6f8c6c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Enforces `peerDependencies` of `"webpack": ">= 3.0.0-rc.0 || ^3.0.0"`.
17+
* Enforces `engines` of `"node": ">=4.3.0 < 5.0.0 || >= 5.10`
18+
* Remove loose dependency on Node Zopfli, which has been extracted to it's own plugin https://github.com/webpack-contrib/zopfli-webpack-plugin
19+
20+
Migration:
21+
22+
- `npm i -D zopfli-webpack-plugin`
23+
- The Zopfli API has remained the same, those who were using the Zopfli option in this plugin should just need to switch plugins.
24+
25+
26+
527
<a name="0.4.0"></a>
628
# [0.4.0](https://github.com/webpack/compression-webpack-plugin/compare/v0.3.2...v0.4.0) (2017-04-08)
729

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": "0.4.0",
3+
"version": "1.0.0-beta.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "Prepare compressed versions of assets to serve them with Content-Encoding",
66
"main": "dist/cjs.js",

0 commit comments

Comments
 (0)