From 6bb780e1e51ffd5eb89784453a5c52637c6b7d0d Mon Sep 17 00:00:00 2001 From: rizary Date: Mon, 23 Jun 2025 09:52:24 +0700 Subject: [PATCH] chore(release): v0.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da5c53b..6b26dc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v0.2.0 + +[compare changes](https://ssh.rizilab.com/rizary/Ziya/compare/v0.1.2...v0.2.0) + +### 🚀 Enhancements + +- ⚠️ Implement CEX analysis cards and real-time token monitoring (67fb3a2) + +### 📖 Documentation + +- Adding important notes on versioning (3fdcccf) + +#### ⚠️ Breaking Changes + +- ⚠️ Implement CEX analysis cards and real-time token monitoring (67fb3a2) + +### ❤️ Contributors + +- Rizary + ## v0.1.2 [compare changes](https://ssh.rizilab.com/rizary/Ziya/compare/v0.1.0...v0.1.2) diff --git a/package.json b/package.json index 5a7026b..c11eab6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Ziya", "productName": "Ziya", - "version": "0.1.2", + "version": "0.2.0", "description": "One stop shop for your trading habit", "type": "module", "main": ".vite/build/main.cjs",