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

## [1.14.0-beta.12](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.11...v1.14.0-beta.12) (2024-08-20)

### Bug Fixes

* **SearchNode:** prompt ([052f7d5](052f7d5e66))
This commit is contained in:
semantic-release-bot 2024-08-20 09:19:32 +00:00
parent 0f7d4ac32f
commit fec358253b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.14.0-beta.12](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.11...v1.14.0-beta.12) (2024-08-20)
### Bug Fixes
* **SearchNode:** prompt ([052f7d5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/052f7d5e66436c97e17491c00b86c382642490b6))
## [1.14.0-beta.11](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.10...v1.14.0-beta.11) (2024-08-19)

View File

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