From 7d0ff88cc9fa5965114f98f42af1a865829b6df8 Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Sun, 4 Feb 2018 17:33:33 -0500 Subject: [PATCH] fix(changelog): drop the augular changelog as it misses commits --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b605a098..4daf7a579 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "license": "MIT", "scripts": { "arduino-test": "TEST_PORT=$(./bin/find-arduino.js) npm test", - "changelog": "conventional-changelog -i CHANGELOG.md -p angular -s", + "changelog": "conventional-changelog -i CHANGELOG.md -s", "docs": "jsdoc -c ./.jsdoc.json ", "lint": "eslint lib test bin examples", "rebuild-all": "npm rebuild && node-gyp rebuild",