diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d265e..745955d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [v1.2.5] - 2025-09-14 + +### Added + +- Implement comprehensive bundle optimization and code splitting (79fa266) + +### Fixed + +- Resolve typescript errors in vite config for pnpm es modules (cc42a21) +- Resolve typescript errors in vue components (beebe25) + +### Maintenance + +- Prepare v1.2.5 hotfix (825a6f7) + + ## [v1.2.3] - 2025-09-14 ### Fixed diff --git a/src/App.vue b/src/App.vue index 27f9908..497d8fa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,16 @@