Skip to content

Commit

Permalink
1.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Aug 28, 2017
1 parent 710c910 commit 2fa6c10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.0.0-beta.8 (August 28, 2017)

Release candidate N6:

* Update-to-date dependencies versions
* **BREAKING**: `options.sourceMap` is deprecate and should be removed from config.
For getting source map just use any value [`devtool`](https://webpack.js.org/configuration/devtool/#devtool).

## 1.0.0-beta.7 (June 3, 2017)

Release candidate N5:
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.7",
"version": "1.0.0-beta.8",
"author": "zoobestik <[email protected]>",
"description": "CSSO minification files to serve your webpack bundles",
"homepage": "https://github.com/zoobestik/csso-webpack-plugin",
Expand Down

0 comments on commit 2fa6c10

Please sign in to comment.