File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -63,3 +63,24 @@ return gulp.src('./src/*.css')
6363 .pipe (sourcemaps .write (' .' ))
6464 .pipe (gulp .dest (' ./dest' ));
6565` ` `
66+
67+ ## Changelog
68+
69+ * 2.0.1
70+ * Added Changelog
71+ * Added example for a custom processor in README
72+
73+ * 2.0.0
74+ * Disable source map by default
75+ * Test source map
76+ * Added Travis support
77+ * Use autoprefixer-core in README
78+
79+ * 1.0.2
80+ * Improved README
81+
82+ * 1.0.1
83+ * Don't add source map comment if used with gulp-sourcemap
84+
85+ * 1.0.0
86+ * Initial release
Original file line number Diff line number Diff line change 11{
22 "name" : " gulp-postcss" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " PostCSS gulp plugin" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments