From ae4243fb469784c1839ac384eb8e3833a20007cc Mon Sep 17 00:00:00 2001 From: Sandro Castillo Date: Mon, 11 Jan 2021 11:50:34 -0500 Subject: [PATCH] fix: #104 try with the original version --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77ed8a847..cd6a8cc44 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Install the following extensions: - **style**: Changes that do not affect the meaning of the code (typos, white-space, formatting, missing semi-colons, etc). It is important to mention that this key is not related to css styles. - **test**: Adding missing tests or correcting existing tests. + ### Example TT-48 fix: #48 implement semantic versioning.