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 4f331b4 commit b096453Copy full SHA for b096453
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.0.1 (2018-11-27)
2
+
3
+- **[Security Fix]** Pin dependency `event-stream` to version `3.3.4` ([#140](https://github.com/vohof/gulp-livereload/pull/140))
4
5
## 4.0.0 (2018-08-28)
6
7
- **[Breaking change]** Update supported Node version to Node 6. The support
package.json
@@ -1,7 +1,7 @@
{
"name": "gulp-livereload",
"description": "Gulp plugin for livereload.",
- "version": "4.0.0",
+ "version": "4.0.1",
"main": "./index.js",
"scripts": {
"test": "mocha"
0 commit comments