Skip to content

Commit 1862810

Browse files
author
Oskar Karlsson
committed
⚡ Add a new emoji for development ✨
1 parent aa331fa commit 1862810

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bin/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ const questions = [
1212
choices: [{
1313
name: '🐛 Fixing a bug',
1414
value: ':bug:'
15+
}, {
16+
name: '✨ Further development',
17+
value: ':sparkles:'
1518
}, {
1619
name: '✅ Adding tests',
1720
value: ':white_check_mark:'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emoji-commit-hook",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Start the commit message with an applicable emoji",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)