diff --git a/data/LICENSE b/data/LICENSE index eb7df95..9483b12 100644 --- a/data/LICENSE +++ b/data/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2018 Carlos Cuesta +Copyright (c) 2016-2022 Carlos Cuesta Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/data/gitmojis.json b/data/gitmojis.json index 204de59..6ea6776 100644 --- a/data/gitmojis.json +++ b/data/gitmojis.json @@ -1,4 +1,5 @@ { + "$schema": "https://gitmoji.dev/api/gitmojis/schema", "gitmojis": [ { "emoji": "๐ŸŽจ", @@ -96,6 +97,14 @@ "name": "lock", "semver": "patch" }, + { + "emoji": "๐Ÿ”", + "entity": "🔐", + "code": ":closed_lock_with_key:", + "description": "Add or update secrets.", + "name": "closed-lock-with-key", + "semver": null + }, { "emoji": "๐Ÿ”–", "entity": "🔖", @@ -170,7 +179,7 @@ }, { "emoji": "โ™ป๏ธ", - "entity": "♲", + "entity": "♻", "code": ":recycle:", "description": "Refactor code.", "name": "recycle", @@ -524,7 +533,7 @@ "emoji": "๐Ÿ‘”", "entity": "👔", "code": ":necktie:", - "description": "Add or update business logic", + "description": "Add or update business logic.", "name": "necktie", "semver": "patch" }, @@ -548,9 +557,33 @@ "emoji": "๐Ÿง‘โ€๐Ÿ’ป", "entity": "🧑‍💻", "code": ":technologist:", - "description": "Improve developer experience", + "description": "Improve developer experience.", "name": "technologist", "semver": null + }, + { + "emoji": "๐Ÿ’ธ", + "entity": "💸", + "code": ":money_with_wings:", + "description": "Add sponsorships or money related infrastructure.", + "name": "money-with-wings", + "semver": null + }, + { + "emoji": "๐Ÿงต", + "entity": "🧵", + "code": ":thread:", + "description": "Add or update code related to multithreading or concurrency.", + "name": "thread", + "semver": null + }, + { + "emoji": "๐Ÿฆบ", + "entity": "🦺", + "code": ":safety_vest:", + "description": "Add or update code related to validation.", + "name": "safety-vest", + "semver": null } ] -} +} \ No newline at end of file diff --git a/data/images/closed-lock-with-key.png b/data/images/closed-lock-with-key.png new file mode 100644 index 0000000..d81dc0c Binary files /dev/null and b/data/images/closed-lock-with-key.png differ diff --git a/data/images/money-with-wings.png b/data/images/money-with-wings.png new file mode 100644 index 0000000..74f4ef9 Binary files /dev/null and b/data/images/money-with-wings.png differ diff --git a/data/images/safety-vest.png b/data/images/safety-vest.png new file mode 100644 index 0000000..30fb566 Binary files /dev/null and b/data/images/safety-vest.png differ diff --git a/data/images/thread.png b/data/images/thread.png new file mode 100644 index 0000000..34719f5 Binary files /dev/null and b/data/images/thread.png differ