From 247cddf0fc97b15fc6187cb23961ddacf2292457 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Tue, 14 Feb 2017 18:20:28 +0530 Subject: [PATCH] docs(Changelog): added 'dev' --- .changelogrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.changelogrc b/.changelogrc index 7e6c8a3d0..9b8b4d55b 100644 --- a/.changelogrc +++ b/.changelogrc @@ -7,6 +7,10 @@ "title": "Bug Fixes", "grep": "^fix" }, + { + "title": "Development and build tools", + "grep": "^dev" + }, { "title": "Dependencies", "grep": "^dep"