Merge branch 'nsc/feat/extract-no-urls'

This commit is contained in:
Nicolas 2025-03-16 22:56:07 -04:00
commit c514d14176
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@mendable/firecrawl-js",
"version": "1.19.2",
"version": "1.20.0",
"description": "JavaScript SDK for Firecrawl API",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -13,7 +13,7 @@ import os
from .firecrawl import FirecrawlApp # noqa
__version__ = "1.13.5"
__version__ = "1.14.0"
# Define the logger for the Firecrawl project
logger: logging.Logger = logging.getLogger("firecrawl")