ci(release): 1.6.0-beta.9 [skip ci]

## [1.6.0-beta.9](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.8...v1.6.0-beta.9) (2024-06-07)

### Features

* **indexify-node:** add example ([5d1fbf8](5d1fbf806a))

### Bug Fixes

* **schema:** fixed json output ([5c9843f](5c9843f141))
This commit is contained in:
semantic-release-bot 2024-06-07 18:28:38 +00:00
parent f41a755519
commit ca8aff8d88
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## [1.6.0-beta.9](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.8...v1.6.0-beta.9) (2024-06-07)
### Features
* **indexify-node:** add example ([5d1fbf8](https://github.com/VinciGit00/Scrapegraph-ai/commit/5d1fbf806a20746931ebb7fcb32c383d9d549d93))
### Bug Fixes
* **schema:** fixed json output ([5c9843f](https://github.com/VinciGit00/Scrapegraph-ai/commit/5c9843f1410a78568892635e53872793d5ba0d6f))
## [1.6.0-beta.8](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.7...v1.6.0-beta.8) (2024-06-05)

View File

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