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

## [1.13.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.0-beta.3...v1.13.0-beta.4) (2024-08-07)

### Bug Fixes

* refactoring of merge_answer_node ([898e5a7](898e5a7af5))
This commit is contained in:
semantic-release-bot 2024-08-07 19:51:52 +00:00
parent 7f03926432
commit 7f1f7503f7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.13.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.0-beta.3...v1.13.0-beta.4) (2024-08-07)
### Bug Fixes
* refactoring of merge_answer_node ([898e5a7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/898e5a7af504fbf4c1cabb14103e66184037de49))
## [1.13.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.0-beta.2...v1.13.0-beta.3) (2024-08-07)

View File

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