Skip to content

Commit

Permalink
chore(CHANGELOG): add emoji to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Oct 28, 2021
1 parent 9741e51 commit f1d6ae8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "update", "section": "Updates" },
{ "type": "build", "section": "Building Work" },
{ "type": "feat", "section": ":sparkles: Features" },
{ "type": "fix", "section": ":bug: Bug Fixes" },
{ "type": "update", "section": ":hammer: Updates" },
{ "type": "build", "section": ":rocket: Building Work" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "perf", "section": "Performance" },
{ "type": "perf", "section": ":zap: Performance" },
{ "type": "refactor", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "test", "section": "Testing" }
{ "type": "test", "section": ":wrench: Testing" }
]
}

0 comments on commit f1d6ae8

Please sign in to comment.