Skip to content

Commit

Permalink
🔖 Version 4.13.1 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Jun 10, 2024
1 parent 260da9f commit b40bf80
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v4.13.1 - 2024-06-10
### Fixes
* :recycle: refactored image extraction module to allow for more generic manipulations
* :recycle: add tests for multipage receipts extraction


## v4.13.0 - 2024-05-28
### Changes
* :sparkles: add support for local response loading
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mindee",
"version": "4.13.0",
"version": "4.13.1",
"description": "Mindee Client Library for Node.js",
"main": "src/index.js",
"bin": "bin/mindee.js",
Expand Down

0 comments on commit b40bf80

Please sign in to comment.