fix/electron-vue-ui-state #1
2 changed files with 38 additions and 0 deletions
20
.changelogrc
Normal file
20
.changelogrc
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"types": {
|
||||
"feat": { "title": "🚀 Enhancements", "semver": "minor" },
|
||||
"fix": { "title": "🐛 Bug Fixes", "semver": "patch" },
|
||||
"docs": { "title": "📖 Documentation", "semver": "patch" },
|
||||
"style": { "title": "💄 Styles", "semver": "patch" },
|
||||
"refactor": { "title": "♻️ Refactors", "semver": "patch" },
|
||||
"perf": { "title": "⚡ Performance", "semver": "patch" },
|
||||
"test": { "title": "✅ Tests", "semver": "patch" },
|
||||
"build": { "title": "🏗️ Build System", "semver": "patch" },
|
||||
"ci": { "title": "🤖 CI/CD", "semver": "patch" },
|
||||
"chore": { "title": "🧹 Chores", "semver": "patch" },
|
||||
"revert": { "title": "⏪ Reverts", "semver": "patch" }
|
||||
},
|
||||
"excludeAuthors": ["dependabot[bot]", "renovate[bot]"],
|
||||
"github": {
|
||||
"repo": "rizilab/bismillahdao",
|
||||
"token": false
|
||||
}
|
||||
}
|
||||
18
CHANGELOG.md
Normal file
18
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## ...fix/electron-vue-ui-state
|
||||
|
||||
|
||||
### 🚀 Enhancements
|
||||
|
||||
- ⚠️ Complete ESLint configuration overhaul and theme system improvements (6efcf43)
|
||||
|
||||
#### ⚠️ Breaking Changes
|
||||
|
||||
- ⚠️ Complete ESLint configuration overhaul and theme system improvements (6efcf43)
|
||||
|
||||
### ❤️ Contributors
|
||||
|
||||
- Rizary <rizary@rizilab.com>
|
||||
|
||||
Loading…
Add table
Reference in a new issue