From 66391fa26b6e9ccf3b6d03d285002810c12e3f05 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Mon, 1 Mar 2021 10:52:38 -0500 Subject: [PATCH] chore: add internal to changelog --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index e5b63b05d21..cc63ae92535 100644 --- a/lerna.json +++ b/lerna.json @@ -17,7 +17,8 @@ "bug": ":bug: (Bug Fix)", "core": ":wrench: Core", "document": ":books: (Refine Doc)", - "feature-request": ":sparkles: (Feature)" + "feature-request": ":sparkles: (Feature)", + "internal": ":house: (Internal)" }, "cacheDir": ".changelog" }