Skip to content

Commit ad5efe8

Browse files
committed
Update changelog
1 parent 3f73396 commit ad5efe8

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
<a name=""></a>
2-
# (2017-12-20)
2+
# (2017-12-29)
33

44

55

66

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+
723
<a name="3.3.0"></a>
824
# 3.3.0 (2017-12-20)
925

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"publish": "lerna publish --sort --cd-version",
4040
"postinstall": "lerna bootstrap && lerna link --force-local",
4141
"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",
4343
"lint": "standard-markdown && standard",
4444
"precommit": "lint-staged",
4545
"pretest": "npm run lint",

0 commit comments

Comments
 (0)