ci(release): 1.27.0-beta.7 [skip ci]

## [1.27.0-beta.7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.27.0-beta.6...v1.27.0-beta.7) (2024-10-24)

### Features

* refactoring of get_probable_tags node ([f658092](f658092dff))
This commit is contained in:
semantic-release-bot 2024-10-24 06:45:14 +00:00
parent a1bd05da10
commit 407f1ce4eb
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.27.0-beta.7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.27.0-beta.6...v1.27.0-beta.7) (2024-10-24)
### Features
* refactoring of get_probable_tags node ([f658092](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/f658092dffb20ea111cc00950f617057482788f4))
## [1.27.0-beta.6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.27.0-beta.5...v1.27.0-beta.6) (2024-10-23)

View File

@ -1,7 +1,7 @@
[project]
name = "scrapegraphai"
version = "1.27.0b6"
version = "1.27.0b7"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."