Skip to content

Commit 5f659e9

Browse files
committed
Bump version
1 parent 67654d7 commit 5f659e9

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
@@ -72,6 +72,9 @@ return gulp.src('./src/*.css')
7272

7373
## Changelog
7474

75+
* 5.1.9
76+
* Prevent unhandled exception of the following pipes from being suppressed by Promise
77+
7578
* 5.1.8
7679
* Prevent stream’s unhandled exception from being suppressed by Promise
7780

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

0 commit comments

Comments
 (0)