Skip to content

Commit 5801137

Browse files
🔖 Version 4.29.0-rc1 (#361)
1 parent cb733d7 commit 5801137

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## v4.29.0-rc1 - 2025-07-21
4+
### Changes
5+
* :sparkles: add support for V2 client
6+
* :recycle: tweak CI & testing
7+
* :recycle: deprecate `cutPdf()` in favor of `applyPageOperations()` in `LocalInputSource`
8+
* :recycle: refactor some internals to account for new changes
9+
10+
### Fixes
11+
* :bug: fix bug where polling parameters could ignore validation checks on V1
12+
13+
314
## v4.28.0 - 2025-06-03
415
### Changes
516
* :sparkles: add support for address fields

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.28.0",
3+
"version": "4.29.0-rc1",
44
"description": "Mindee Client Library for Node.js",
55
"main": "src/index.js",
66
"bin": "bin/mindee.js",

0 commit comments

Comments
 (0)