ci(release): 1.14.0-beta.3 [skip ci]

## [1.14.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.2...v1.14.0-beta.3) (2024-08-13)

### Bug Fixes

* **models_tokens:** incorrect provider names ([cb6b353](cb6b35397e))

### chore

* **examples:** add vertex examples, rename genai examples ([1aa9c6e](1aa9c6e73b))
* **examples:** update provider names to match tokens dictionary ([ee078cb](ee078cb102))
This commit is contained in:
semantic-release-bot 2024-08-13 18:56:36 +00:00
parent c5aebd73d3
commit 3bf9c3c9e6
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
## [1.14.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.2...v1.14.0-beta.3) (2024-08-13)
### Bug Fixes
* **models_tokens:** incorrect provider names ([cb6b353](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/cb6b35397e56c6785553480200aa948053d9904b))
### chore
* **examples:** add vertex examples, rename genai examples ([1aa9c6e](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/1aa9c6e73bfa26b83010cf8d980cdf5f572cde5a))
* **examples:** update provider names to match tokens dictionary ([ee078cb](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/ee078cb102ad922a900228ebe5ea45724712a960))
## [1.14.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.1...v1.14.0-beta.2) (2024-08-12)

View File

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