From d1982113be2ba324211e1b77c956b2d282dec21c Mon Sep 17 00:00:00 2001 From: Heiko Mathes Date: Wed, 6 Dec 2017 15:12:38 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20=F0=9F=93=8C=20(#163)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :sparkles: add :pushpin: * :ok_hand: add entity-field to :pushpin:-emoji Fixes #156 --- src/data/gitmojis.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/gitmojis.json b/src/data/gitmojis.json index b67be16..ed61df2 100644 --- a/src/data/gitmojis.json +++ b/src/data/gitmojis.json @@ -161,6 +161,13 @@ "description":"Upgrading dependencies.", "name":"arrow-up" }, + { + "emoji": "📌", + "entity": "📌", + "code": ":pushpin:", + "description": "Pinning dependencies to specific versions.", + "name": "pushpin" + }, { "emoji":"👷", "entity":"👷",