diff --git a/CHANGELOG.md b/CHANGELOG.md index 2693d65..da5c53b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## v0.1.2 + +[compare changes](https://ssh.rizilab.com/rizary/Ziya/compare/v0.1.0...v0.1.2) + +### 📖 Documentation + +- Update package description and changelog (e7f74d9) + +### 🏡 Chore + +- Update versioning to start from 0.1.0 (451a8b6) + +### ❤️ Contributors + +- Rizary + +## v0.1.1 + +[compare changes](https://ssh.rizilab.com/rizary/Ziya/compare/v0.1.0...v0.1.1) + +### 📖 Documentation + +- Update package description and changelog (e7f74d9) + +### 🏡 Chore + +- Update versioning to start from 0.1.0 (451a8b6) + +### ❤️ Contributors + +- Rizary + ## v0.1.0...fix/electron-vue-ui-state [compare changes](https://ssh.rizilab.com/rizary/Ziya/compare/v0.1.0...fix/electron-vue-ui-state) diff --git a/package.json b/package.json index 97c6026..38ea78e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Ziya", "productName": "Ziya", - "version": "0.1.0", + "version": "0.1.2", "description": "One stop shop for your trading habit", "type": "module", "main": ".vite/build/main.cjs",