Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed May 6, 2017
1 parent 8dd0235 commit 2cb352f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ module.exports = function (ctx) {

## Changelog

* 7.0.0
* Bump PostCSS to 6.0
* Smaller module size
* Use eslint instead of jshint

* 6.4.0
* Add more details to `PluginError` object

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": "gulp-postcss",
"version": "6.4.0",
"version": "7.0.0",
"description": "PostCSS gulp plugin",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2cb352f

Please sign in to comment.