ci(release): 1.17.0 [skip ci]

## [1.17.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.16.0...v1.17.0) (2024-09-08)

### Features

* **docloaders:** Enhance browser_base_fetch function flexibility ([57fd01f](57fd01f9a7))

### Docs

* **sponsor:** 🅱️ Browserbase sponsor 🅱️ ([a540139](a5401394cc))
This commit is contained in:
semantic-release-bot 2024-09-08 07:07:13 +00:00
parent 7d39019f39
commit cd4ffd761a
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## [1.17.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.16.0...v1.17.0) (2024-09-08)
### Features
* **docloaders:** Enhance browser_base_fetch function flexibility ([57fd01f](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/57fd01f9a76ea8ea69ec04b7238ab58ca72ac8f4))
### Docs
* **sponsor:** 🅱️ Browserbase sponsor 🅱️ ([a540139](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/a5401394cc939d9a5fc58b8a9145141c2f047bab))
## [1.16.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.2...v1.16.0) (2024-09-01)

View File

@ -1,6 +1,6 @@
[project]
name = "scrapegraphai"
version = "1.16.0"
version = "1.17.0"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [
{ name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },