From 44a18fd5cfd74879170d86dcfeb379b8b46fe685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Fri, 19 Jun 2015 17:33:27 -0700 Subject: [PATCH] chore(package): install commit analyzer and release note generator --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 7656a783..519c4f09 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,8 @@ } }, "dependencies": { + "@semantic-release/commit-analyzer": "^1.0.0", + "@semantic-release/release-notes-generator": "^1.0.0", "npm-registry-client": "^6.4.0", "npmconf": "^2.1.2", "npmlog": "^1.2.1",