We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa331fa commit 1862810Copy full SHA for 1862810
bin/index.js
@@ -12,6 +12,9 @@ const questions = [
12
choices: [{
13
name: '🐛 Fixing a bug',
14
value: ':bug:'
15
+ }, {
16
+ name: '✨ Further development',
17
+ value: ':sparkles:'
18
}, {
19
name: '✅ Adding tests',
20
value: ':white_check_mark:'
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "emoji-commit-hook",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Start the commit message with an applicable emoji",
5
"main": "index.js",
6
"scripts": {
0 commit comments