ci(release): 1.18.2 [skip ci]

## [1.18.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.18.1...v1.18.2) (2024-09-10)

### Bug Fixes

* models tokens ([b2be6b7](b2be6b739e))
This commit is contained in:
semantic-release-bot 2024-09-10 13:58:18 +00:00
parent b2be6b739e
commit e1a9caa905
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.18.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.18.1...v1.18.2) (2024-09-10)
### Bug Fixes
* models tokens ([b2be6b7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/b2be6b739e0a6b71e16867f751012bc2d95f72c9))
## [1.18.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.18.0...v1.18.1) (2024-09-08)

View File

@ -1,6 +1,6 @@
[project]
name = "scrapegraphai"
version = "1.18.1"
version = "1.18.2"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [
{ name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },