chore: update versioning to start from 0.1.0
- Update package.json version from 1.0.0 to 0.1.0 - Update changelog to reflect proper initial version - Improve package description for clarity - Set proper baseline for future incremental releases
This commit is contained in:
parent
a21e60c718
commit
451a8b689c
2 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v1.0.0 (2025-01-26)
|
## v0.1.0 (2025-01-26)
|
||||||
|
|
||||||
### 🚀 Enhancements
|
### 🚀 Enhancements
|
||||||
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
- Clean up and format changelog (f6347f1)
|
- Clean up and format changelog (f6347f1)
|
||||||
- Add comprehensive commit convention guide (d415a7c)
|
- Add comprehensive commit convention guide (d415a7c)
|
||||||
|
- Finalize changelog format and remove duplicates (a21e60c)
|
||||||
|
|
||||||
### 🧹 Chore
|
### 🧹 Chore
|
||||||
|
|
||||||
|
|
@ -27,7 +28,7 @@
|
||||||
|
|
||||||
#### ⚠️ Breaking Changes
|
#### ⚠️ 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
|
### ❤️ Contributors
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "Ziya",
|
"name": "Ziya",
|
||||||
"productName": "Ziya",
|
"productName": "Ziya",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "One Stop Shop for your trading needs",
|
"description": "One stop shop for your trading habit",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": ".vite/build/main.cjs",
|
"main": ".vite/build/main.cjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
@ -19,7 +19,8 @@
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"changelog": "changelogen --output CHANGELOG.md",
|
"changelog": "changelogen --output CHANGELOG.md",
|
||||||
"changelog:release": "changelogen --release --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": [],
|
"keywords": [],
|
||||||
"author": "rizary",
|
"author": "rizary",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue