Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](BuilderIO/gpt-crawler@v1.2.1...v1.3.0) (2024-01-06)

### Features

* add exclude pattern for links in config ([16443ed](BuilderIO@16443ed))
  • Loading branch information
semantic-release-bot committed Jan 6, 2024
1 parent 3cda4eb commit 044e86a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# [1.3.0](https://github.com/BuilderIO/gpt-crawler/compare/v1.2.1...v1.3.0) (2024-01-06)


### Features

* add exclude pattern for links in config ([16443ed](https://github.com/BuilderIO/gpt-crawler/commit/16443ed9501624de40d921b8e47e4c35f15bf6b4))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/gpt-crawler",
"version": "1.2.1",
"version": "1.3.0",
"type": "module",
"bin": {
"gpt-crawler": "./dist/src/cli.js"
Expand Down

0 comments on commit 044e86a

Please sign in to comment.