Skip to content

Commit

Permalink
ci(release): 1.13.0-beta.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.0-beta.6](v1.13.0-beta.5...v1.13.0-beta.6) (2024-08-09)

### Bug Fixes

* **FetchNode:** missing bracket syntax error ([50edbcc](50edbcc))
  • Loading branch information
semantic-release-bot committed Aug 9, 2024
1 parent 50edbcc commit e75b574
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.13.0-beta.6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.0-beta.5...v1.13.0-beta.6) (2024-08-09)


### Bug Fixes

* **FetchNode:** missing bracket syntax error ([50edbcc](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/50edbcc7f80e419f72f3f69249fec4a37597ef9a))

## [1.13.0-beta.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.0-beta.4...v1.13.0-beta.5) (2024-08-08)


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.13.0b5"
version = "1.13.0b6"


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

0 comments on commit e75b574

Please sign in to comment.