Skip to content

Commit 367c3b7

Browse files
committed
1.0.0-beta.11
1 parent 54256a9 commit 367c3b7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 1.0.0-beta.11 (April 4, 2018)
4+
5+
Release candidate N9:
6+
7+
* Fix warning with webpack 4.x (thanks for [@the-spyke](https://github.com/the-spyke)):
8+
```
9+
DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
10+
```
11+
312
## 1.0.0-beta.10 (November 4, 2017)
413

514
Release candidate N8:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csso-webpack-plugin",
3-
"version": "1.0.0-beta.10",
3+
"version": "1.0.0-beta.11",
44
"author": "zoobestik <kb.chernenko@gmail.com>",
55
"description": "CSSO minification files to serve your webpack bundles",
66
"homepage": "https://github.com/zoobestik/csso-webpack-plugin",

0 commit comments

Comments
 (0)