Skip to content

Commit

Permalink
chore(release): v0.4.14 [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Jan 9, 2025
1 parent f0dde5e commit 7313680
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@


## [0.4.13](https://github.com/arshad-yaseen/ocr-llm/compare/0.4.12...0.4.13) (2025-01-09)
## [0.4.14](https://github.com/arshad-yaseen/ocr-llm/compare/0.4.13...0.4.14) (2025-01-09)


### 🐛 Bug Fixes
### 🔧 Maintenance

* improve concurrency limit ([f0dde5e](https://github.com/arshad-yaseen/ocr-llm/commit/f0dde5e7f5e0cf554887f14e6b47f43454dbde73))

* no file found [skip-release] ([4e69d53](https://github.com/arshad-yaseen/ocr-llm/commit/4e69d531a5c37d8650a8813696cc6caaee75e50e))
* website image support ([0de9eb1](https://github.com/arshad-yaseen/ocr-llm/commit/0de9eb1411fb21678000a4773ff2b10b13ea9a57))
## [0.4.13](https://github.com/arshad-yaseen/ocr-llm/compare/0.4.12...0.4.13) (2025-01-09)

### 🐛 Bug Fixes

- no file found [skip-release] ([4e69d53](https://github.com/arshad-yaseen/ocr-llm/commit/4e69d531a5c37d8650a8813696cc6caaee75e50e))
- website image support ([0de9eb1](https://github.com/arshad-yaseen/ocr-llm/commit/0de9eb1411fb21678000a4773ff2b10b13ea9a57))

### 🔧 Maintenance

* export max duration [skip-release] ([60a2d4a](https://github.com/arshad-yaseen/ocr-llm/commit/60a2d4acca5363411822c8071089d843fb8c49eb))
- export max duration [skip-release] ([60a2d4a](https://github.com/arshad-yaseen/ocr-llm/commit/60a2d4acca5363411822c8071089d843fb8c49eb))

## [0.4.12](https://github.com/arshad-yaseen/ocr-llm/compare/0.4.10...0.4.12) (2025-01-07)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocr-llm",
"version": "0.4.13",
"version": "0.4.14",
"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",
Expand Down

0 comments on commit 7313680

Please sign in to comment.