Skip to content

Commit

Permalink
#21 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed Apr 12, 2015
1 parent 18e5a9d commit a3f2735
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 @@ -72,6 +72,11 @@ return gulp.src('./src/*.css')

## Changelog

* 5.1.0 PostCSS Runner Guidelines
* Set `from` and `to` processing options
* Don't output js stack trace for `CssSyntaxError`
* Display `result.warnings()` content

* 5.0.1
* Fix to support object processors

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

0 comments on commit a3f2735

Please sign in to comment.