From d8bb0f589820e743529eda08d0a43a0d857a752e Mon Sep 17 00:00:00 2001 From: Abimael Martell Date: Wed, 8 Apr 2026 23:16:20 -0700 Subject: [PATCH] chore: bump npm version to 0.3.6 Co-Authored-By: Claude Opus 4.6 (1M context) --- napi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/package.json b/napi/package.json index d12217b..590bf96 100644 --- a/napi/package.json +++ b/napi/package.json @@ -1,6 +1,6 @@ { "name": "firecrawl-pdf-inspector", - "version": "0.3.5", + "version": "0.3.6", "description": "Fast PDF classification and text extraction. Detect text-based vs scanned PDFs, extract text by region with quality checks. Native Rust performance via napi-rs.", "main": "index.js", "types": "index.d.ts",