diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02c23f2..6d2088b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [5.0.0](https://github.com/klei/gulp-inject/compare/v4.3.2...v5.0.0) (2018-11-15)
+
+### Features
+
+* dropped node4 support
+
## [4.2.1](https://github.com/klei/gulp-inject/compare/v4.2.0...v4.2.1) (2017-09-15)
diff --git a/package-lock.json b/package-lock.json
index 5e2d6d4..f4f78e4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "gulp-inject",
- "version": "4.3.2",
+ "version": "0.0.0-development",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3b73102..62877d9 100644
--- a/package.json
+++ b/package.json
@@ -27,8 +27,7 @@
"lint": "xo",
"pretest": "npm run -s lint",
"test": "mocha -R spec src/**/*_test.js",
- "semantic-release": "semantic-release",
- "commitmsg": "commitlint -e"
+ "semantic-release": "semantic-release"
},
"dependencies": {
"ansi-colors": "^3.2.1",
@@ -79,5 +78,10 @@
"unicorn/import-index": 0,
"valid-jsdoc": 0
}
+ },
+ "husky": {
+ "hooks": {
+ "commit-msg": "commitlint -e"
+ }
}
}