From 9cf1e223e1213fbf2ffcf96ccd8a698fcf06fb23 Mon Sep 17 00:00:00 2001 From: zoobestik Date: Wed, 4 Apr 2018 22:02:08 +0300 Subject: [PATCH] 1.0.0-beta.12 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07cc78..b439f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 1.0.0-beta.12 (April 4, 2018) + +Release candidate N9: + +* Fix warning with webpack 4.x (thanks for [@the-spyke](https://github.com/the-spyke)): +``` +DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead +``` + +## 1.0.0-beta.11 (April 4, 2018) + +* No changes + ## 1.0.0-beta.10 (November 4, 2017) Release candidate N8: diff --git a/package.json b/package.json index 66bb111..ad7b959 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csso-webpack-plugin", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.12", "author": "zoobestik ", "description": "CSSO minification files to serve your webpack bundles", "homepage": "https://github.com/zoobestik/csso-webpack-plugin",