Skip to content

Commit 7cead99

Browse files
committed
v3.2.0
1 parent 6e72266 commit 7cead99

File tree

30 files changed

+213
-35
lines changed

30 files changed

+213
-35
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="3.2.0"></a>
7+
# [3.2.0](https://github.com/microlinkhq/metascraper/compare/v3.1.0...v3.2.0) (2017-12-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package metascraper-core
13+
114
<a name=""></a>
215
# (2017-12-17)
316

@@ -137,6 +150,3 @@
137150
* Use mocha for testing ([07967ca](https://github.com/microlinkhq/metascraper/commit/07967ca))
138151
* WIP ([e3120a2](https://github.com/microlinkhq/metascraper/commit/e3120a2))
139152
* docs(readme): add Greenkeeper badge ([5e92ea7](https://github.com/microlinkhq/metascraper/commit/5e92ea7))
140-
141-
142-

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.1.0"
6+
"version": "3.2.0"
77
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="3.2.0"></a>
7+
# [3.2.0](https://github.com/microlinkhq/metascraper-amazon/compare/v3.1.0...v3.2.0) (2017-12-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package metascraper-amazon

packages/metascraper-amazon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper-amazon",
33
"description": "metascraper integration with Amazon",
44
"homepage": "https://documentup.com/microlinkhq/metascraper-amazon",
5-
"version": "3.1.0",
5+
"version": "3.2.0",
66
"main": "index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -21,7 +21,7 @@
2121
"metascraper"
2222
],
2323
"dependencies": {
24-
"@metascraper/helpers": "~3.0.0"
24+
"@metascraper/helpers": "^3.2.0"
2525
},
2626
"devDependencies": {
2727
"clear-module": "latest",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="3.2.0"></a>
7+
# [3.2.0](https://github.com/microlinkhq/metascraper/tree/master/packages/metascraper-author/compare/v3.1.0...v3.2.0) (2017-12-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package metascraper-author

packages/metascraper-author/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper-author",
33
"description": "Get author property from HTML markup",
44
"homepage": "https://metascraper.js.org",
5-
"version": "3.1.0",
5+
"version": "3.2.0",
66
"main": "index.js",
77
"author": {
88
"email": "ian@ianstormtaylor.com",
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/microlinkhq/metascraper/issues"
1717
},
1818
"dependencies": {
19-
"@metascraper/helpers": "~3.0.0",
19+
"@metascraper/helpers": "^3.2.0",
2020
"lodash": "~4.17.4"
2121
},
2222
"devDependencies": {
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="3.2.0"></a>
7+
# [3.2.0](https://github.com/microlinkhq/metascraper-clearbit-logo/compare/v3.1.0...v3.2.0) (2017-12-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package metascraper-clearbit-logo

packages/metascraper-clearbit-logo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metascraper-clearbit-logo",
33
"description": "metascraper integration with Clearbit Logo API",
44
"homepage": "https://documentup.com/microlinkhq/metascraper-clearbit-logo",
5-
"version": "3.1.0",
5+
"version": "3.2.0",
66
"main": "index.js",
77
"author": {
88
"email": "hello@microlink.io",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="3.2.0"></a>
7+
# [3.2.0](https://github.com/microlinkhq/metascraper/tree/master/packages/metascraper-date/compare/v3.1.0...v3.2.0) (2017-12-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package metascraper-date

packages/metascraper-date/package.json

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

0 commit comments

Comments
 (0)