From bc3ea2a6ae9e9141c97e96ad538df47087e182d9 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Sat, 29 Oct 2016 19:43:21 +0200 Subject: [PATCH] :sparkles: Update emojis.json --- gitmojis.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gitmojis.json b/gitmojis.json index 4f294a0..3270925 100644 --- a/gitmojis.json +++ b/gitmojis.json @@ -90,5 +90,10 @@ "code": ":zap:", "description": "Improving performance." }, + { + "emoji": "🔧", + "code": ":wrench:", + "description": "Changing configuration files." + } ] }