ci(release): 1.9.0-beta.4 [skip ci]

## [1.9.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.9.0-beta.3...v1.9.0-beta.4) (2024-07-14)

### Features

* add searchngx integration ([5c92186](5c92186081))

### chore

* correct search engine name ([7ba2f6a](7ba2f6ae0b))
* remove unused import ([fd1b7cb](fd1b7cb24a))
This commit is contained in:
semantic-release-bot 2024-07-14 20:57:09 +00:00
parent 789c16fb76
commit 2fa04b5815
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
## [1.9.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.9.0-beta.3...v1.9.0-beta.4) (2024-07-14)
### Features
* add searchngx integration ([5c92186](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5c9218608140bf694fbfd96aa90276bc438bb475))
### chore
* correct search engine name ([7ba2f6a](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7ba2f6ae0b9d2e9336e973e1f57ab8355c739e27))
* remove unused import ([fd1b7cb](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/fd1b7cb24a7c252277607abde35826e3c58e34ef))
## [1.9.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.9.0-beta.2...v1.9.0-beta.3) (2024-07-12)

View File

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