Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
- **[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`
  • Loading branch information
demurgos committed Aug 28, 2018
1 parent 85e7ca0 commit 1bc67fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 4.0.0 (2018-08-28)

- **[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`
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": "3.8.1",
"version": "4.0.0",
"main": "./index.js",
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 1bc67fa

Please sign in to comment.