Skip to content

Commit 43ce89f

Browse files
committed
v3.11.6
1 parent 4a74f0b commit 43ce89f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "3.11.5"
6+
"version": "3.11.6"
77
}

packages/metascraper-video-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper-video-provider",
33
"description": "Get video property from HTML markup",
44
"homepage": "https://metascraper.js.org",
5-
"version": "3.11.5",
5+
"version": "3.11.6",
66
"main": "index.js",
77
"author": {
88
"email": "ian@ianstormtaylor.com",

packages/metascraper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper",
33
"description": "A library to easily scrape metadata from an article on the web using Open Graph metadata, regular HTML metadata, and series of fallbacks.",
44
"homepage": "https://metascraper.js.org",
5-
"version": "3.11.5",
5+
"version": "3.11.6",
66
"main": "src/index.js",
77
"author": {
88
"email": "ian@ianstormtaylor.com",

0 commit comments

Comments
 (0)