Skip to content

Commit 51555fb

Browse files
authored
Merge pull request #107 from zeenix/release-1.1.0
πŸ”– Release 1.1.0
2 parents 711bbb8 + fa31d40 commit 51555fb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

β€ŽCargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gimoji"
33
description = "Easily add emojis to your git commit messages πŸŽ‰"
4-
version = "1.0.0"
4+
version = "1.1.0"
55
edition = "2021"
66
license = "MIT"
77
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]

β€Žemojis.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,14 @@
600600
"description": "Changes related to automation/bots.",
601601
"name": "robot",
602602
"semver": null
603+
},
604+
{
605+
"emoji": "πŸ’£",
606+
"entity": "&#x1F4A3;",
607+
"code": ":bomb:",
608+
"description": "Fix a crash.",
609+
"name": "bomb",
610+
"semver": null
603611
}
604612
]
605613
}

0 commit comments

Comments
Β (0)