Skip to content

Commit

Permalink
Merge e547ffa into 953c2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterTimn committed May 10, 2022
2 parents 953c2a1 + e547ffa commit a770f0b
Show file tree
Hide file tree
Showing 6 changed files with 8,703 additions and 7,115 deletions.
19 changes: 19 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"options": {
"preset": {
"name": "conventionalcommits",
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Fixes"},
{"type": "chore", "section": "Chores"},
{"type": "chore(deps)", "section": "Dependency updates"},
{"type": "docs", "section": "Docs"},
{"type": "style", "section": "Styling"},
{"type": "refactor", "section": "Refactored"},
{"type": "perf", "section": "Performance"},
{"type": "test", "section": "Testing"}
],
"header": "# Changelog\n\n"
}
}
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog


All notable changes to this project will be documented in this file.

<a name="v4.0.1"></a>
Expand Down
19 changes: 19 additions & 0 deletions conventional-changelog-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"options": {
"preset": {
"name": "conventionalcommits",
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Fixes"},
{"type": "chore", "section": "Chores"},
{"type": "chore(deps)", "section": "Dependency updates"},
{"type": "docs", "section": "Docs"},
{"type": "style", "section": "Styling"},
{"type": "refactor", "section": "Refactored"},
{"type": "perf", "section": "Performance"},
{"type": "test", "section": "Testing"}
],
"header": "# Changelog\n\n"
}
}
}
Loading

0 comments on commit a770f0b

Please sign in to comment.