From 99078f95179fb6765f098c8f5fed1e1006ec6914 Mon Sep 17 00:00:00 2001 From: David Leal Date: Sat, 23 Jul 2022 16:29:14 -0500 Subject: [PATCH] fix: add `original-wordmark` aliases for Liquibase (#1242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: add `original-wordmark` aliases for Liquibase Co-authored-by: kilian-paquier * Apply suggestions from code review Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> Co-authored-by: kilian-paquier Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- devicon.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devicon.json b/devicon.json index a1b982c911..6f6f5de7a2 100644 --- a/devicon.json +++ b/devicon.json @@ -7193,6 +7193,10 @@ { "base": "original", "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" } ] },