Skip to content

Commit 3bd5829

Browse files
committed
chore(release): v2.0.0 <a name="2.0.0"></a> # [2.0.0](v1.1.9...v2.0.0) (2017-07-07)
### Bug Fixes * prevent false positives for footer-leading-blank ([#33](#33)) ([05b4427](05b4427)) * rebuff rules ([#34](#34)) ([702a2f7](702a2f7)) * throw when detecting a shallow clone ([8c354c5](8c354c5)), closes [#7](#7) [#12](#12)
1 parent 91ca5fa commit 3bd5829

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/conventional-changelog-lint/changelog.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="2.0.0"></a>
2+
# 2.0.0 (2017-07-07)
3+
4+
### Documentation
5+
6+
* add recipe for linting of all commits in a PR (#36) ([1e69d54](https://github.com/marionebl/conventional-changelog-lint/commit/1e69d54)), closes [#35](https://github.com/marionebl/conventional-changelog-lint/issues/35)
7+
8+
9+
### Bug Fixes
10+
11+
* prevent false positives for footer-leading-blank ([#33](https://github.com/marionebl/conventional-changelog-lint/issues/33)) ([05b4427](https://github.com/marionebl/conventional-changelog-lint/commit/05b4427))
12+
* rebuff rules ([#34](https://github.com/marionebl/conventional-changelog-lint/issues/34)) ([702a2f7](https://github.com/marionebl/conventional-changelog-lint/commit/702a2f7))
13+
* throw when detecting a shallow clone ([8c354c5](https://github.com/marionebl/conventional-changelog-lint/commit/8c354c5)), closes [#7](https://github.com/marionebl/conventional-changelog-lint/issues/7) [#12](https://github.com/marionebl/conventional-changelog-lint/issues/12)
14+
15+
### BREAKING CHANGES :warning:
16+
17+
* wildcards config is now ignored entirely
18+
119
<a name="1.1.9"></a>
220
## [1.1.9](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.8...v1.1.9) (2017-04-05)
321

packages/conventional-changelog-lint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-lint",
3-
"version": "1.1.9",
3+
"version": "2.0.0",
44
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
55
"main": "distribution/index.js",
66
"files": [

0 commit comments

Comments
 (0)