bugfix ~> bugfixes

This commit is contained in:
pooya parsa 2019-05-26 00:33:25 +04:30
parent 2b317f733a
commit 2776d2dd7a

View File

@ -6,7 +6,7 @@ import uniq from 'lodash/uniq'
import { writeFile } from 'fs-extra'
const types = {
fix: { title: '🐛 Bug Fix' },
fix: { title: '🐛 Bug Fixes' },
feat: { title: '🚀 Features' },
refactor: { title: '💅 Refactors' },
perf: { title: '🔥 Performance' },