diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f542c0..83ff116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + + +## [0.3.4](https://github.com/arshad-yaseen/ocr-llm/compare/0.3.3...0.3.4) (2024-11-06) + + +### 🔧 Maintenance + +* changelog ([8c2c3c1](https://github.com/arshad-yaseen/ocr-llm/commit/8c2c3c1925eaf10c416e97204ac59f6af7df011f)) +* readme ([c2628c4](https://github.com/arshad-yaseen/ocr-llm/commit/c2628c492a47e24edc4eeb7e999400a37cb1e6f5)) + ## [0.3.2](https://github.com/arshad-yaseen/ocr-llm/compare/0.3.1...0.3.2) (2024-11-06) ### 🔧 Maintenance diff --git a/package.json b/package.json index ee22c45..2ea86f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocr-llm", - "version": "0.3.3", + "version": "0.3.4", "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",