Skip to content

Commit 7476e51

Browse files
🔖 Version 4.29.0-rc4 (#368)
1 parent dfaaa72 commit 7476e51

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

.github/workflows/_test-units.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
cache: "npm"
3434

3535
- name: Set up Poppler on ubuntu
36-
run: sudo apt install -y poppler-utils
36+
run: |
37+
sudo apt-get update
38+
sudo apt-get install -y poppler-utils
3739
3840
- name: Install Node.js dependencies
3941
run: npm ci

CHANGELOG.md

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

3+
## v4.29.0-rc4 - 2025-07-29
4+
### Changes
5+
* :sparkles: add support for page count & mime type + fix syntaxes
6+
* :recycle: update internal field syntaxes to match other SDKs
7+
* :recycle: upgrade toString() display for most fields
8+
* :recycle: fix internals & upgrade tests
9+
10+
311
## v4.29.0-rc3 - 2025-07-25
412
### Changes
513
* :sparkles: add support for URL input source

package-lock.json

Lines changed: 8 additions & 8 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.29.0-rc3",
3+
"version": "4.29.0-rc4",
44
"description": "Mindee Client Library for Node.js",
55
"main": "src/index.js",
66
"bin": "bin/mindee.js",

0 commit comments

Comments
 (0)