Skip to content

Commit b096453

Browse files
committed
4.0.1
- **[Security Fix]** Pin dependency `event-stream` to version `3.3.4` ([#140](#140))
1 parent 4f331b4 commit b096453

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 4.0.0 (2018-08-28)
26

37
- **[Breaking change]** Update supported Node version to Node 6. The support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gulp-livereload",
33
"description": "Gulp plugin for livereload.",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"main": "./index.js",
66
"scripts": {
77
"test": "mocha"

0 commit comments

Comments
 (0)