Skip to content

Commit 799cfc5

Browse files
committed
chore(release): v2.1.0 <a name="2.1.0"></a> # [2.1.0](v1.1.9...v2.1.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) * update to latest angular config ([b1f3606](b1f3606)) ### Features * ignore fixup and squash commit ([#17](#17)) ([f0b83d8](f0b83d8))
1 parent 6c5806a commit 799cfc5

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.1.0"></a>
2+
# [2.1.0](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.9...v2.1.0) (2017-07-07)
3+
4+
5+
### Bug Fixes
6+
7+
* 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))
8+
* rebuff rules ([#34](https://github.com/marionebl/conventional-changelog-lint/issues/34)) ([702a2f7](https://github.com/marionebl/conventional-changelog-lint/commit/702a2f7))
9+
* 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)
10+
* update to latest angular config ([b1f3606](https://github.com/marionebl/conventional-changelog-lint/commit/b1f3606))
11+
12+
13+
### Features
14+
15+
* ignore fixup and squash commit ([#17](https://github.com/marionebl/conventional-changelog-lint/issues/17)) ([f0b83d8](https://github.com/marionebl/conventional-changelog-lint/commit/f0b83d8))
16+
17+
18+
119
<a name="2.0.0"></a>
220
# 2.0.0 (2017-07-07)
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": "2.0.0",
3+
"version": "2.1.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)