From fd3e0aa5823509dfb46b4f597521c24d4eb345f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 May 2024 13:22:48 +0000 Subject: [PATCH] ci(release): 1.2.0-beta.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6979bf44..76fb54b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 5846e7c6..25c5b2f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [