Skip to content

Commit 1bc67fa

Browse files
committed
4.0.0
- **[Breaking change]** Update supported Node version to Node 6. The support policy is to target maintained Node versions. - **[Fix]** Update dependencies, remove deprecated dependencies - **[Internal]** Create `CHANGELOG.md`
1 parent 85e7ca0 commit 1bc67fa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 4.0.0 (2018-08-28)
2+
3+
- **[Breaking change]** Update supported Node version to Node 6. The support
4+
policy is to target maintained Node versions.
5+
- **[Fix]** Update dependencies, remove deprecated dependencies
6+
- **[Internal]** Create `CHANGELOG.md`

package.json

+1-1
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": "3.8.1",
4+
"version": "4.0.0",
55
"main": "./index.js",
66
"scripts": {
77
"test": "mocha"

0 commit comments

Comments
 (0)