Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
BochilGaming committed Jul 4, 2023
1 parent a498ec7 commit ad44039
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.5

### Patch Changes

- Breking: optional publishTime to fix "video generated by youtube"

## 1.0.4

### 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.4",
"version": "1.0.5",
"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.4

### Patch Changes

- Update depdency @bochilteam/scrcaper-sosmed

## 4.2.3

### 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.3",
"version": "4.2.4",
"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.4",
"@bochilteam/scraper-sosmed": "^1.0.5",
"@bochilteam/scraper-texts": "^1.0.2"
}
}

0 comments on commit ad44039

Please sign in to comment.