diff --git a/package.json b/package.json index b20bb8bc3f..cc9b4b3b45 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ }, "devDependencies": { "chai": "^3.5.0", + "conventional-changelog": "^1.1.0", "eslint": "^2.8.0", "exists-sync": "0.0.3", "minimatch": "^3.0.0", @@ -73,8 +74,8 @@ "rewire": "^2.5.1", "sinon": "^1.17.3", "through": "^2.3.8", - "tslint": "^3.8.1", "tree-kill": "^1.0.0", + "tslint": "^3.8.1", "walk-sync": "^0.2.6" } } diff --git a/scripts/publish/changelog.js b/scripts/publish/changelog.js old mode 100644 new mode 100755