diff --git a/.cz.json b/.cz.json new file mode 100644 index 0000000..d32f3fc --- /dev/null +++ b/.cz.json @@ -0,0 +1,3 @@ +{ + "path": "node_modules/cz-conventional-changelog/" +} \ No newline at end of file diff --git a/package.json b/package.json index c7869a3..503d6f0 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "gulp-livereload": "^3.0.0" }, "devDependencies": { + "cz-conventional-changelog": "^1.1.0", "gulp-sass": "^2.0.0", "gulp-sourcemaps": "^1.5.2" }