Skip to content

Commit 8293b98

Browse files
🔖 Version 4.24.0 (#341)
1 parent d3f5c84 commit 8293b98

File tree

3 files changed

+108
-81
lines changed

3 files changed

+108
-81
lines changed

CHANGELOG.md

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

3+
## v4.24.0 - 2025-03-27
4+
### Changes
5+
* :sparkles: update structure for InvoiceSplitterV1
6+
* :sparkles: update FR EnegryBillV1 to V1.2
7+
* :sparkles: update US HealthcareCardV1 to V1.1
8+
* :coffin: remove support for EU Driver License
9+
* :coffin: remove support for License Plates
10+
* :coffin: remove support for ReceiptV4
11+
* :coffin: remove support for Proof of Address
12+
* :coffin: remove support for US Driver License
13+
* :coffin: remove support for US W9V1
14+
### Fixes
15+
* :bug: fix invalid indexes of some products
16+
* :recycle: update CLI structure
17+
18+
319
## v4.23.1 - 2025-03-05
420
### Changes
521
* :recycle: remove superfluous canvas dependency

package-lock.json

Lines changed: 91 additions & 80 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.23.1",
3+
"version": "4.24.0",
44
"description": "Mindee Client Library for Node.js",
55
"main": "src/index.js",
66
"bin": "bin/mindee.js",

0 commit comments

Comments
 (0)