Skip to content

Commit

Permalink
ci(release): 1.2.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0-beta.1](v1.1.0...v1.2.0-beta.1) (2024-05-15)

### Features

* add finalize_node() ([6e7283e](6e7283e))
  • Loading branch information
semantic-release-bot committed May 15, 2024
1 parent 008f8d9 commit fd3e0aa
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.2.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.1.0...v1.2.0-beta.1) (2024-05-15)


### Features

* add finalize_node() ([6e7283e](https://github.com/VinciGit00/Scrapegraph-ai/commit/6e7283ed8fc42408d718e8776f9fd3856960ffdb))

## [1.1.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.0.1...v1.1.0) (2024-05-15)


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.1.0"
version = "1.2.0b1"

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 fd3e0aa

Please sign in to comment.