Skip to content

Commit 2cdf9a8

Browse files
committed
Bump version
1 parent 2a23817 commit 2cdf9a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ return gulp.src('./src/*.css')
9090

9191
## Changelog
9292

93+
* 6.2.0
94+
* Fix syntax error message for PostCSS 5.2 compatibility
95+
9396
* 6.1.1
9497
* Fixed the error output
9598

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-postcss",
3-
"version": "6.1.1",
3+
"version": "6.2.0",
44
"description": "PostCSS gulp plugin",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)