diff --git a/CHANGELOG.md b/CHANGELOG.md index df45766..5d2018d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ -## [0.3.7](https://github.com/arshad-yaseen/ocr-llm/compare/0.3.6...0.3.7) (2024-11-06) +## [0.3.8](https://github.com/arshad-yaseen/ocr-llm/compare/0.3.7...0.3.8) (2024-11-06) + + +### 🔧 Maintenance + +* update script ([df0e0fc](https://github.com/arshad-yaseen/ocr-llm/commit/df0e0fc0915450ec8ac1ddc4dd5df0f5d5370cf8)) +## [0.3.7](https://github.com/arshad-yaseen/ocr-llm/compare/0.3.6...0.3.7) (2024-11-06) ### 🔧 Maintenance -* update script ([b592a5d](https://github.com/arshad-yaseen/ocr-llm/commit/b592a5d5ce5737e6ba4c3d11d4edefefde21815d)) +- update script ([b592a5d](https://github.com/arshad-yaseen/ocr-llm/commit/b592a5d5ce5737e6ba4c3d11d4edefefde21815d)) ## [0.3.6](https://github.com/arshad-yaseen/ocr-llm/compare/0.3.5...0.3.6) (2024-11-06) diff --git a/package.json b/package.json index 8771388..00a54d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocr-llm", - "version": "0.3.7", + "version": "0.3.8", "description": "Fast, ultra-accurate text extraction from any image or PDF, even challenging ones, with structured markdown output powered by vision models.", "main": "./build/index.js", "module": "./build/index.mjs",