Skip to content

Commit

Permalink
ci(release): 1.22.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.22.0-beta.4](v1.22.0-beta.3...v1.22.0-beta.4) (2024-09-27)

### Features

* add html_mode to smart_scraper ([bdcffd6](bdcffd6))
  • Loading branch information
semantic-release-bot committed Sep 27, 2024
1 parent 02ec4c1 commit 4330179
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.22.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.22.0-beta.3...v1.22.0-beta.4) (2024-09-27)


### Features

* add html_mode to smart_scraper ([bdcffd6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/bdcffd6360237b27797546a198ceece55ce4bc81))

## [1.22.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.22.0-beta.2...v1.22.0-beta.3) (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "scrapegraphai"

version = "1.22.0b3"
version = "1.22.0b4"

description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [
Expand Down

0 comments on commit 4330179

Please sign in to comment.