Skip to content

Commit

Permalink
Merge pull request #107 from zeenix/release-1.1.0
Browse files Browse the repository at this point in the history
🔖 Release 1.1.0
  • Loading branch information
zeenix authored Mar 11, 2024
2 parents 711bbb8 + fa31d40 commit 51555fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gimoji"
description = "Easily add emojis to your git commit messages 🎉"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
license = "MIT"
authors = ["Zeeshan Ali Khan <[email protected]>"]
Expand Down
8 changes: 8 additions & 0 deletions emojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,14 @@
"description": "Changes related to automation/bots.",
"name": "robot",
"semver": null
},
{
"emoji": "💣",
"entity": "&#x1F4A3;",
"code": ":bomb:",
"description": "Fix a crash.",
"name": "bomb",
"semver": null
}
]
}

0 comments on commit 51555fb

Please sign in to comment.