Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
BochilGaming committed May 25, 2023
1 parent 6756bf3 commit a80eac5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/scraper-sosmed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bochilteam/scraper-sosmed

## 1.0.4

### Patch Changes

- Fix youtube search if description is empty

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scraper-sosmed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bochilteam/scraper-sosmed",
"version": "1.0.3",
"version": "1.0.4",
"description": "Social media scraper module",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/scraper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bochilteam/scraper

## 4.2.3

### Patch Changes

- Update @bochilteam/scraper-sosmed

## 4.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/scraper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bochilteam/scraper",
"version": "4.2.2",
"version": "4.2.3",
"description": "Browserless scraper module",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@bochilteam/scraper-others": "^1.0.2",
"@bochilteam/scraper-primbon": "^1.0.2",
"@bochilteam/scraper-religions": "^1.0.2",
"@bochilteam/scraper-sosmed": "^1.0.3",
"@bochilteam/scraper-sosmed": "^1.0.4",
"@bochilteam/scraper-texts": "^1.0.2"
}
}

0 comments on commit a80eac5

Please sign in to comment.