Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
- **[Security Fix]** Pin dependency `event-stream` to version `3.3.4` ([#140](#140))
  • Loading branch information
demurgos committed Nov 27, 2018
1 parent 4f331b4 commit b096453
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.1 (2018-11-27)

- **[Security Fix]** Pin dependency `event-stream` to version `3.3.4` ([#140](https://github.com/vohof/gulp-livereload/pull/140))

## 4.0.0 (2018-08-28)

- **[Breaking change]** Update supported Node version to Node 6. The support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b096453

Please sign in to comment.