We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54256a9 commit 367c3b7Copy full SHA for 367c3b7
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Change Log
2
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
12
## 1.0.0-beta.10 (November 4, 2017)
13
14
Release candidate N8:
package.json
@@ -1,6 +1,6 @@
{
"name": "csso-webpack-plugin",
- "version": "1.0.0-beta.10",
+ "version": "1.0.0-beta.11",
"author": "zoobestik <kb.chernenko@gmail.com>",
"description": "CSSO minification files to serve your webpack bundles",
"homepage": "https://github.com/zoobestik/csso-webpack-plugin",
0 commit comments