Skip to content

Commit c7c7ff7

Browse files
committed
Merge pull request #8 from w0rm/6-changelog
Changelog
2 parents 9cacc41 + d847528 commit c7c7ff7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "PostCSS gulp plugin",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)