ci(release): 1.35.1-beta.1 [skip ci]

## [1.35.1-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.0...v1.35.1-beta.1) (2025-01-12)

### Bug Fixes

* ollama tokenizer limited to 1024 tokens + ollama structured output + fix browser backend ([ad693b2](ad693b2bb2))

### Docs

*  code quality badge update ([02022cc](02022cc5db))
This commit is contained in:
semantic-release-bot 2025-01-12 11:51:57 +00:00
parent a523df0c80
commit 1d17d92c1f
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## [1.35.1-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.0...v1.35.1-beta.1) (2025-01-12)
### Bug Fixes
* ollama tokenizer limited to 1024 tokens + ollama structured output + fix browser backend ([ad693b2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/ad693b2bb201b4d9280139e70a2930358e779366))
### Docs
* ✨ code quality badge update ([02022cc](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/02022cc5db39fede1a1d920d17e18ba0d05328ba))
## [1.35.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.34.2...v1.35.0) (2025-01-06)

View File

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