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

## [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)

### Bug Fixes

* **chunking:** count tokens from words instead of characters ([5ec2de9](5ec2de9e1a)), closes [#513](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/513)
This commit is contained in:
semantic-release-bot 2024-08-08 09:00:17 +00:00
parent b612b32229
commit 2eba73b784
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [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)
### Bug Fixes
* **chunking:** count tokens from words instead of characters ([5ec2de9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5ec2de9e1a14def5596738b6cdf769f5039a246d)), closes [#513](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/513)
## [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)

View File

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