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

## [1.13.0-beta.6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.0-beta.5...v1.13.0-beta.6) (2024-08-09)

### Bug Fixes

* **FetchNode:** missing bracket syntax error ([50edbcc](50edbcc7f8))
This commit is contained in:
semantic-release-bot 2024-08-09 07:39:44 +00:00
parent 50edbcc7f8
commit e75b574b67
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.13.0-beta.6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.0-beta.5...v1.13.0-beta.6) (2024-08-09)
### Bug Fixes
* **FetchNode:** missing bracket syntax error ([50edbcc](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/50edbcc7f80e419f72f3f69249fec4a37597ef9a))
## [1.13.0-beta.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.0-beta.4...v1.13.0-beta.5) (2024-08-08) ## [1.13.0-beta.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.0-beta.4...v1.13.0-beta.5) (2024-08-08)

View File

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