ci(release): 1.33.9 [skip ci]

## [1.33.9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.33.8...v1.33.9) (2024-12-18)

### Bug Fixes

* validate URL only if the input type is a URL ([e2caee6](e2caee695e))

### Docs

* added api reference 🔗 ([67038e1](67038e1952))
This commit is contained in:
semantic-release-bot 2024-12-18 08:30:10 +00:00
parent abf39b5fad
commit 9b6d6c0efb
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## [1.33.9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.33.8...v1.33.9) (2024-12-18)
### Bug Fixes
* validate URL only if the input type is a URL ([e2caee6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/e2caee695ecce2d13aa5a82306097b1a80ba0e18))
### Docs
* added api reference 🔗 ([67038e1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/67038e195224e1a721fe123ad1d5604b3592df20))
## [1.33.8](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.33.7...v1.33.8) (2024-12-16)

View File

@ -1,6 +1,6 @@
[project]
name = "scrapegraphai"
version = "1.33.8"
version = "1.33.9"
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" },