Skip to content

Commit

Permalink
1.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Apr 4, 2018
1 parent 55b8201 commit 9cf1e22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csso-webpack-plugin",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.12",
"author": "zoobestik <kb.chernenko@gmail.com>",
"description": "CSSO minification files to serve your webpack bundles",
"homepage": "https://github.com/zoobestik/csso-webpack-plugin",
Expand Down

0 comments on commit 9cf1e22

Please sign in to comment.