Skip to content

Commit 9c314e5

Browse files
committed
Regenerate changelog
1 parent 7cead99 commit 9c314e5

File tree

2 files changed

+31
-16
lines changed

2 files changed

+31
-16
lines changed

CHANGELOG.md

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
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-
61
<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-
14-
<a name=""></a>
15-
# (2017-12-17)
16-
2+
# 3.2.0 (2017-12-19)
3+
4+
* Add build command ([8a23e81](https://github.com/microlinkhq/metascraper/commit/8a23e81))
5+
* Add clearbit-logo tests ([3e87ec4](https://github.com/microlinkhq/metascraper/commit/3e87ec4))
6+
* Add metascraper amazon ([daa7c11](https://github.com/microlinkhq/metascraper/commit/daa7c11))
7+
* Add missing dep ([03c970a](https://github.com/microlinkhq/metascraper/commit/03c970a))
8+
* Add missing dependency ([eae7d9a](https://github.com/microlinkhq/metascraper/commit/eae7d9a))
9+
* Add npmrc ([6e72266](https://github.com/microlinkhq/metascraper/commit/6e72266))
10+
* Concat specific rules first ([9ecc857](https://github.com/microlinkhq/metascraper/commit/9ecc857))
11+
* Customize selection color ([a336d9a](https://github.com/microlinkhq/metascraper/commit/a336d9a))
12+
* Extract fixed favicon value into separate package ([7a5619f](https://github.com/microlinkhq/metascraper/commit/7a5619f))
13+
* Extract titleize into helpers ([ae3a515](https://github.com/microlinkhq/metascraper/commit/ae3a515))
14+
* Fix badge style ([c17b46d](https://github.com/microlinkhq/metascraper/commit/c17b46d))
15+
* Fix test ([1757ff1](https://github.com/microlinkhq/metascraper/commit/1757ff1))
16+
* Improve docs ([9b00438](https://github.com/microlinkhq/metascraper/commit/9b00438))
17+
* Remove unnecessary badges ([7ab34eb](https://github.com/microlinkhq/metascraper/commit/7ab34eb))
18+
* Resolve package properly ([e61d33f](https://github.com/microlinkhq/metascraper/commit/e61d33f))
19+
* Setup better DX ([2c47bfa](https://github.com/microlinkhq/metascraper/commit/2c47bfa))
20+
* Titleize description without capitalization ([048d398](https://github.com/microlinkhq/metascraper/commit/048d398))
21+
* Tweak doc style ([ffd57f1](https://github.com/microlinkhq/metascraper/commit/ffd57f1))
22+
* Unify changelog ([8f0c23e](https://github.com/microlinkhq/metascraper/commit/8f0c23e))
23+
* Update changelog ([bc9d757](https://github.com/microlinkhq/metascraper/commit/bc9d757))
24+
* Update lint staged hooks ([9ed1812](https://github.com/microlinkhq/metascraper/commit/9ed1812))
25+
* Update plugins directory ([d989c14](https://github.com/microlinkhq/metascraper/commit/d989c14))
26+
* Update test ([2f327d9](https://github.com/microlinkhq/metascraper/commit/2f327d9))
27+
* Update tests snapshot ([93bb754](https://github.com/microlinkhq/metascraper/commit/93bb754))
28+
* v3.2.0 ([7cead99](https://github.com/microlinkhq/metascraper/commit/7cead99))
1729

1830

1931

@@ -150,3 +162,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
150162
* Use mocha for testing ([07967ca](https://github.com/microlinkhq/metascraper/commit/07967ca))
151163
* WIP ([e3120a2](https://github.com/microlinkhq/metascraper/commit/e3120a2))
152164
* docs(readme): add Greenkeeper badge ([5e92ea7](https://github.com/microlinkhq/metascraper/commit/5e92ea7))
165+
166+
167+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dev": "concurrently \"gulp\" \"npm run server:dev\"",
3737
"build": "gulp build",
3838
"server:dev": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
39-
"publish": "lerna publish --sort --conventional-commits --cd-version",
39+
"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",
4242
"coveralls": "nyc report --reporter=text-lcov | coveralls",

0 commit comments

Comments
 (0)