ci(release): 1.14.0-beta.10 [skip ci]

## [1.14.0-beta.10](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.9...v1.14.0-beta.10) (2024-08-19)

### Features

* Implemented a filter logic in search_link_node.py ([08e9d9d](08e9d9d6a0))
This commit is contained in:
semantic-release-bot 2024-08-19 09:30:45 +00:00
parent 352587eaf9
commit 6a08cc8a43
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.14.0-beta.10](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.9...v1.14.0-beta.10) (2024-08-19)
### Features
* Implemented a filter logic in search_link_node.py ([08e9d9d](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/08e9d9d6a09f450a9f512ac2789287819ced9641))
## [1.14.0-beta.9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.8...v1.14.0-beta.9) (2024-08-17)

View File

@ -2,7 +2,7 @@
name = "scrapegraphai"
version = "1.14.0b9"
version = "1.14.0b10"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."