Skip to content

Commit a4b6dfe

Browse files
committed
Nick: v1.8.0 - added /v1/search support
1 parent b61a1cc commit a4b6dfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/js-sdk/firecrawl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mendable/firecrawl-js",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"description": "JavaScript SDK for Firecrawl API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

apps/python-sdk/firecrawl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from .firecrawl import FirecrawlApp # noqa
1515

16-
__version__ = "1.7.1"
16+
__version__ = "1.8.0"
1717

1818
# Define the logger for the Firecrawl project
1919
logger: logging.Logger = logging.getLogger("firecrawl")

0 commit comments

Comments
 (0)