Skip to content

Commit

Permalink
v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 17, 2018
1 parent 97a8026 commit 44a2d29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.9.0"
"version": "3.9.1"
}
2 changes: 1 addition & 1 deletion packages/metascraper-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-video",
"description": "Get video property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "3.9.0",
"version": "3.9.1",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/metascraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper",
"description": "A library to easily scrape metadata from an article on the web using Open Graph metadata, regular HTML metadata, and series of fallbacks.",
"homepage": "https://metascraper.js.org",
"version": "3.9.0",
"version": "3.9.1",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -68,7 +68,7 @@
"metascraper-publisher": "^3.4.0",
"metascraper-title": "^3.8.0",
"metascraper-url": "^3.9.0",
"metascraper-video": "^3.9.0",
"metascraper-video": "^3.9.1",
"p-reduce": "~1.0.0",
"resolve-from": "~4.0.0",
"sanitize-html": "~1.17.0"
Expand Down

0 comments on commit 44a2d29

Please sign in to comment.