diff --git a/CHANGELOG.md b/CHANGELOG.md index 289e28d..6451d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.0.3](https://git.seyshiro.de/tudattr/kilo-cv/compare/v1.0.2...v1.0.3) (2026-02-23) + +### Performance Improvements + +* **ci:** optimize npm install and fix deprecation warnings ([a593dd5](https://git.seyshiro.de/tudattr/kilo-cv/commit/a593dd53c5f9f7b170833c859025ff0aac2d17db)) + ## [1.0.2](https://git.seyshiro.de/tudattr/kilo-cv/compare/v1.0.1...v1.0.2) (2026-02-23) ### Bug Fixes diff --git a/package.json b/package.json index 3e294cf..a54ec6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cv-app", "private": true, - "version": "1.0.2", + "version": "1.0.3", "type": "module", "scripts": { "dev": "vite",