Skip to content

Commit b40bf80

Browse files
🔖 Version 4.13.1 (#279)
1 parent 260da9f commit b40bf80

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v4.13.1 - 2024-06-10
4+
### Fixes
5+
* :recycle: refactored image extraction module to allow for more generic manipulations
6+
* :recycle: add tests for multipage receipts extraction
7+
8+
39
## v4.13.0 - 2024-05-28
410
### Changes
511
* :sparkles: add support for local response loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mindee",
3-
"version": "4.13.0",
3+
"version": "4.13.1",
44
"description": "Mindee Client Library for Node.js",
55
"main": "src/index.js",
66
"bin": "bin/mindee.js",

0 commit comments

Comments
 (0)