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/package.json b/package.json index 20709ad..8b2a412 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pico-api-docs", - "version": "1.2.4", + "version": "1.2.5", "description": "PICO SulTeng API Documentation - COVID-19 Sulawesi Tengah Data API", "main": "index.js", "scripts": { @@ -17,10 +17,12 @@ "@tailwindcss/postcss": "^4.1.13", "@tailwindcss/typography": "^0.5.16", "@types/aos": "^3.0.7", + "@types/node": "^24.4.0", "@vitejs/plugin-vue": "^6.0.1", "autoprefixer": "^10.4.21", "postcss": "^8.5.6", "tailwindcss": "3.4.15", + "terser": "^5.44.0", "typescript": "^5.9.2", "vite": "^7.1.4", "vue-tsc": "^3.0.6" 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 @@