fix/electron-vue-ui-state #1
2 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## v1.0.0 (2025-01-26)
|
||||
## v0.1.0 (2025-01-26)
|
||||
|
||||
### 🚀 Enhancements
|
||||
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
- Clean up and format changelog (f6347f1)
|
||||
- Add comprehensive commit convention guide (d415a7c)
|
||||
- Finalize changelog format and remove duplicates (a21e60c)
|
||||
|
||||
### 🧹 Chore
|
||||
|
||||
|
|
@ -27,7 +28,7 @@
|
|||
|
||||
#### ⚠️ Breaking Changes
|
||||
|
||||
- **ESLint configuration migrated to flat config system** - Projects using this codebase will need to update their ESLint setup
|
||||
- **ESLint configuration migrated to flat config system**
|
||||
|
||||
### ❤️ Contributors
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "Ziya",
|
||||
"productName": "Ziya",
|
||||
"version": "1.0.0",
|
||||
"description": "One Stop Shop for your trading needs",
|
||||
"version": "0.1.0",
|
||||
"description": "One stop shop for your trading habit",
|
||||
"type": "module",
|
||||
"main": ".vite/build/main.cjs",
|
||||
"scripts": {
|
||||
|
|
@ -19,7 +19,8 @@
|
|||
"format": "prettier --write .",
|
||||
"changelog": "changelogen --output CHANGELOG.md",
|
||||
"changelog:release": "changelogen --release --output CHANGELOG.md",
|
||||
"release": "pnpm run changelog:release && git add CHANGELOG.md && git commit -m 'chore: update changelog' && git push"
|
||||
"release": "changelogen --release --push",
|
||||
"release:dry": "changelogen --release --no-commit --no-tag"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "rizary",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue