We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67654d7 commit 5f659e9Copy full SHA for 5f659e9
README.md
@@ -72,6 +72,9 @@ return gulp.src('./src/*.css')
72
73
## Changelog
74
75
+* 5.1.9
76
+ * Prevent unhandled exception of the following pipes from being suppressed by Promise
77
+
78
* 5.1.8
79
* Prevent stream’s unhandled exception from being suppressed by Promise
80
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-postcss",
3
- "version": "5.1.8",
+ "version": "5.1.9",
4
"description": "PostCSS gulp plugin",
5
"main": "index.js",
6
"scripts": {
0 commit comments