File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
<a name =" " ></a >
2
- # (2017-12-20 )
2
+ # (2017-12-29 )
3
3
4
4
5
5
6
6
7
+ <a name =" 3.4.0 " ></a >
8
+ # 3.4.0 (2017-12-29)
9
+
10
+ * Add a.co amazon urls ([ eb75363] ( https://github.com/microlinkhq/metascraper/commit/eb75363 ) )
11
+ * Add language property ([ 656bb97] ( https://github.com/microlinkhq/metascraper/commit/656bb97 ) ), closes [ #45 ] ( https://github.com/microlinkhq/metascraper/issues/45 )
12
+ * Add missing readme ([ 76201b0] ( https://github.com/microlinkhq/metascraper/commit/76201b0 ) )
13
+ * Avoid non deterministic tests ([ d63d5aa] ( https://github.com/microlinkhq/metascraper/commit/d63d5aa ) )
14
+ * Ensure favicon path is absolute ([ 266b404] ( https://github.com/microlinkhq/metascraper/commit/266b404 ) )
15
+ * Refactor ([ 3a412be] ( https://github.com/microlinkhq/metascraper/commit/3a412be ) )
16
+ * Remove coveralls as dev dependency ([ 2aab9e7] ( https://github.com/microlinkhq/metascraper/commit/2aab9e7 ) )
17
+ * Tweaks ([ 2ea632f] ( https://github.com/microlinkhq/metascraper/commit/2ea632f ) )
18
+ * Update Changelog ([ f2bee3d] ( https://github.com/microlinkhq/metascraper/commit/f2bee3d ) )
19
+ * v3.4.0 ([ 3f73396] ( https://github.com/microlinkhq/metascraper/commit/3f73396 ) )
20
+
21
+
22
+
7
23
<a name =" 3.3.0 " ></a >
8
24
# 3.3.0 (2017-12-20)
9
25
Original file line number Diff line number Diff line change 39
39
"publish" : " lerna publish --sort --cd-version" ,
40
40
"postinstall" : " lerna bootstrap && lerna link --force-local" ,
41
41
"clean" : " rm -rf node_modules && cd packages && eachdir rm -rf node_modules" ,
42
- "changelog" : " conventional-changelog -s -i CHANGELOG.md" ,
42
+ "changelog" : " conventional-changelog --release-count=0 > CHANGELOG.md" ,
43
43
"lint" : " standard-markdown && standard" ,
44
44
"precommit" : " lint-staged" ,
45
45
"pretest" : " npm run lint" ,
You can’t perform that action at this time.
0 commit comments