diff --git a/data/gitmojis.json b/data/gitmojis.json index b7eb28a..204de59 100644 --- a/data/gitmojis.json +++ b/data/gitmojis.json @@ -527,6 +527,30 @@ "description": "Add or update business logic", "name": "necktie", "semver": "patch" + }, + { + "emoji": "🩺", + "entity": "🩺", + "code": ":stethoscope:", + "description": "Add or update healthcheck.", + "name": "stethoscope", + "semver": null + }, + { + "emoji": "🧱", + "entity": "🧱", + "code": ":bricks:", + "description": "Infrastructure related changes.", + "name": "bricks", + "semver": null + }, + { + "emoji": "🧑‍💻", + "entity": "🧑‍💻", + "code": ":technologist:", + "description": "Improve developer experience", + "name": "technologist", + "semver": null } ] } diff --git a/data/images/bricks.png b/data/images/bricks.png new file mode 100644 index 0000000..14d0c13 Binary files /dev/null and b/data/images/bricks.png differ diff --git a/data/images/stethoscope.png b/data/images/stethoscope.png new file mode 100644 index 0000000..6ac6544 Binary files /dev/null and b/data/images/stethoscope.png differ diff --git a/data/images/technologist.png b/data/images/technologist.png new file mode 100644 index 0000000..e7149e6 Binary files /dev/null and b/data/images/technologist.png differ