Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 27, 2018
1 parent a837299 commit a287d23
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 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": "4.0.1"
"version": "4.0.2"
}
2 changes: 1 addition & 1 deletion packages/metascraper-amazon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-amazon",
"description": "metascraper integration with Amazon",
"homepage": "https://documentup.com/microlinkhq/metascraper-amazon",
"version": "4.0.1",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-author/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-author",
"description": "Get author property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "4.0.1",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-clearbit-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-clearbit-logo",
"description": "metascraper integration with Clearbit Logo API",
"homepage": "https://documentup.com/microlinkhq/metascraper-clearbit-logo",
"version": "4.0.0",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-date",
"description": "Get date property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "4.0.0",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-description/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-description",
"description": "Get description property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "4.0.1",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-image",
"description": "Get image property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "4.0.1",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-lang",
"description": "Get lang property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "4.0.0",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-logo-favicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-logo-favicon",
"description": "metascraper logo favicon fallback",
"homepage": "https://documentup.com/microlinkhq/metascraper-logo-favicon",
"version": "4.0.0",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-logo",
"description": "Get logo property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "4.0.1",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-publisher",
"description": "Get publisher property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "4.0.1",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-soundcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-soundcloud",
"description": "metascraper integration with SoundCloud",
"homepage": "https://documentup.com/microlinkhq/metascraper-soundcloud",
"version": "4.0.1",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-title/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-title",
"description": "Get title property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "4.0.1",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-url",
"description": "Get url property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "4.0.1",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-video-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-video-provider",
"description": "Get video property from HTML markup",
"homepage": "https://metascraper.js.org",
"version": "4.0.1",
"version": "4.0.2",
"main": "src/index",
"author": {
"email": "[email protected]",
Expand Down
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": "4.0.1",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-youtube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "metascraper-youtube",
"description": "metascraper integration with YouTube",
"homepage": "https://documentup.com/microlinkhq/metascraper-youtube",
"version": "4.0.1",
"version": "4.0.2",
"main": "index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit a287d23

Please sign in to comment.