From b0964530f68f81f2a59cb88d0a4efa1e140172c1 Mon Sep 17 00:00:00 2001 From: Charles Samborski Date: Tue, 27 Nov 2018 10:22:35 +0100 Subject: [PATCH] 4.0.1 - **[Security Fix]** Pin dependency `event-stream` to version `3.3.4` ([#140](https://github.com/vohof/gulp-livereload/pull/140)) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41b543..884edbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 5ef8eaa..986fa67 100644 --- a/package.json +++ b/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"