|
4 | 4 |
|
5 | 5 |
|
6 | 6 | <a name="2.1.0"></a>
|
7 |
| -# [2.1.0](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.9...v2.1.0) (2017-07-07) |
| 7 | +# [2.1.0](https://github.com/marionebl/commitlint/compare/v1.1.9...v2.1.0) (2017-07-07) |
8 | 8 |
|
9 | 9 |
|
10 | 10 | ### Bug Fixes
|
11 | 11 |
|
12 |
| -* 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)) |
13 |
| -* rebuff rules ([#34](https://github.com/marionebl/conventional-changelog-lint/issues/34)) ([702a2f7](https://github.com/marionebl/conventional-changelog-lint/commit/702a2f7)) |
14 |
| -* 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) |
15 |
| -* update to latest angular config ([b1f3606](https://github.com/marionebl/conventional-changelog-lint/commit/b1f3606)) |
| 12 | +* prevent false positives for footer-leading-blank ([#33](https://github.com/marionebl/commitlint/issues/33)) ([05b4427](https://github.com/marionebl/commitlint/commit/05b4427)) |
| 13 | +* rebuff rules ([#34](https://github.com/marionebl/commitlint/issues/34)) ([702a2f7](https://github.com/marionebl/commitlint/commit/702a2f7)) |
| 14 | +* throw when detecting a shallow clone ([8c354c5](https://github.com/marionebl/commitlint/commit/8c354c5)), closes [#7](https://github.com/marionebl/commitlint/issues/7) [#12](https://github.com/marionebl/commitlint/issues/12) |
| 15 | +* update to latest angular config ([b1f3606](https://github.com/marionebl/commitlint/commit/b1f3606)) |
16 | 16 |
|
17 | 17 |
|
18 | 18 | ### Features
|
19 | 19 |
|
20 |
| -* 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)) |
| 20 | +* ignore fixup and squash commit ([#17](https://github.com/marionebl/commitlint/issues/17)) ([f0b83d8](https://github.com/marionebl/commitlint/commit/f0b83d8)) |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
26 | 26 |
|
27 | 27 | ### Documentation
|
28 | 28 |
|
29 |
| -* 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) |
| 29 | +* add recipe for linting of all commits in a PR (#36) ([1e69d54](https://github.com/marionebl/commitlint/commit/1e69d54)), closes [#35](https://github.com/marionebl/commitlint/issues/35) |
30 | 30 |
|
31 | 31 |
|
32 | 32 | ### Bug Fixes
|
33 | 33 |
|
34 |
| -* 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)) |
35 |
| -* rebuff rules ([#34](https://github.com/marionebl/conventional-changelog-lint/issues/34)) ([702a2f7](https://github.com/marionebl/conventional-changelog-lint/commit/702a2f7)) |
36 |
| -* 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) |
| 34 | +* prevent false positives for footer-leading-blank ([#33](https://github.com/marionebl/commitlint/issues/33)) ([05b4427](https://github.com/marionebl/commitlint/commit/05b4427)) |
| 35 | +* rebuff rules ([#34](https://github.com/marionebl/commitlint/issues/34)) ([702a2f7](https://github.com/marionebl/commitlint/commit/702a2f7)) |
| 36 | +* throw when detecting a shallow clone ([8c354c5](https://github.com/marionebl/commitlint/commit/8c354c5)), closes [#7](https://github.com/marionebl/commitlint/issues/7) [#12](https://github.com/marionebl/commitlint/issues/12) |
37 | 37 |
|
38 | 38 | ### BREAKING CHANGES :warning:
|
39 | 39 |
|
40 | 40 | * wildcards config is now ignored entirely
|
41 | 41 |
|
42 | 42 | <a name="1.1.9"></a>
|
43 |
| -## [1.1.9](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.8...v1.1.9) (2017-04-05) |
| 43 | +## [1.1.9](https://github.com/marionebl/commitlint/compare/v1.1.8...v1.1.9) (2017-04-05) |
44 | 44 |
|
45 | 45 |
|
46 | 46 | ### Bug Fixes
|
47 | 47 |
|
48 |
| -* **rules:** export subject-min-length rule ([29d149e](https://github.com/marionebl/conventional-changelog-lint/commit/29d149e)) |
49 |
| -* override arrays when merging user configuration ([8637292](https://github.com/marionebl/conventional-changelog-lint/commit/8637292)), closes [#11](https://github.com/marionebl/conventional-changelog-lint/issues/11) |
| 48 | +* **rules:** export subject-min-length rule ([29d149e](https://github.com/marionebl/commitlint/commit/29d149e)) |
| 49 | +* override arrays when merging user configuration ([8637292](https://github.com/marionebl/commitlint/commit/8637292)), closes [#11](https://github.com/marionebl/commitlint/issues/11) |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 | 53 | <a name="1.1.8"></a>
|
54 |
| -## [1.1.8](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.7...v1.1.8) (2017-03-31) |
| 54 | +## [1.1.8](https://github.com/marionebl/commitlint/compare/v1.1.7...v1.1.8) (2017-03-31) |
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 | 58 | <a name="1.1.7"></a>
|
59 |
| -## [1.1.7](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.6...v1.1.7) (2017-03-12) |
| 59 | +## [1.1.7](https://github.com/marionebl/commitlint/compare/v1.1.6...v1.1.7) (2017-03-12) |
60 | 60 |
|
61 | 61 |
|
62 | 62 | ### Bug Fixes
|
63 | 63 |
|
64 |
| -* move mz to dependencies ([3b3f057](https://github.com/marionebl/conventional-changelog-lint/commit/3b3f057)) |
| 64 | +* move mz to dependencies ([3b3f057](https://github.com/marionebl/commitlint/commit/3b3f057)) |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 | 68 | <a name="1.1.6"></a>
|
69 |
| -## [1.1.6](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.5...v1.1.6) (2017-03-12) |
| 69 | +## [1.1.6](https://github.com/marionebl/commitlint/compare/v1.1.5...v1.1.6) (2017-03-12) |
70 | 70 |
|
71 | 71 |
|
72 | 72 | ### Bug Fixes
|
73 | 73 |
|
74 |
| -* add missing globby dependency ([4e71f84](https://github.com/marionebl/conventional-changelog-lint/commit/4e71f84)) |
| 74 | +* add missing globby dependency ([4e71f84](https://github.com/marionebl/commitlint/commit/4e71f84)) |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 | 78 | <a name="1.1.5"></a>
|
79 |
| -## [1.1.5](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.4...v1.1.5) (2017-03-12) |
| 79 | +## [1.1.5](https://github.com/marionebl/commitlint/compare/v1.1.4...v1.1.5) (2017-03-12) |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 | 83 | <a name="1.1.4"></a>
|
84 |
| -## [1.1.4](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.3...v1.1.4) (2017-03-12) |
| 84 | +## [1.1.4](https://github.com/marionebl/commitlint/compare/v1.1.3...v1.1.4) (2017-03-12) |
85 | 85 |
|
86 | 86 |
|
87 | 87 | ### Bug Fixes
|
88 | 88 |
|
89 |
| -* move git-toplevel to dependencies ([d036390](https://github.com/marionebl/conventional-changelog-lint/commit/d036390)) |
| 89 | +* move git-toplevel to dependencies ([d036390](https://github.com/marionebl/commitlint/commit/d036390)) |
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 | 93 | <a name="1.1.3"></a>
|
94 |
| -## [1.1.3](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.2...v1.1.3) (2017-03-12) |
| 94 | +## [1.1.3](https://github.com/marionebl/commitlint/compare/v1.1.2...v1.1.3) (2017-03-12) |
95 | 95 |
|
96 | 96 |
|
97 | 97 | ### Bug Fixes
|
98 | 98 |
|
99 |
| -* determine git toplevel before reading .git/COMMIT_EDITMSG ([c45a62b](https://github.com/marionebl/conventional-changelog-lint/commit/c45a62b)) |
| 99 | +* determine git toplevel before reading .git/COMMIT_EDITMSG ([c45a62b](https://github.com/marionebl/commitlint/commit/c45a62b)) |
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
103 | 103 | <a name="1.1.2"></a>
|
104 |
| -## [1.1.2](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.0...v1.1.2) (2017-03-10) |
| 104 | +## [1.1.2](https://github.com/marionebl/commitlint/compare/v1.1.0...v1.1.2) (2017-03-10) |
105 | 105 |
|
106 | 106 |
|
107 | 107 | ### Bug Fixes
|
108 | 108 |
|
109 |
| -* allow empty scopes in scope-enum check ([b433c07](https://github.com/marionebl/conventional-changelog-lint/commit/b433c07)) |
| 109 | +* allow empty scopes in scope-enum check ([b433c07](https://github.com/marionebl/commitlint/commit/b433c07)) |
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
113 | 113 | <a name="1.1.1"></a>
|
114 |
| -## [1.1.1](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.0...v1.1.1) (2017-03-03) |
| 114 | +## [1.1.1](https://github.com/marionebl/commitlint/compare/v1.1.0...v1.1.1) (2017-03-03) |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 | 118 | <a name="1.1.0"></a>
|
119 |
| -# [1.1.0](https://github.com/marionebl/conventional-changelog-lint/compare/v1.0.1...v1.1.0) (2016-11-01) |
| 119 | +# [1.1.0](https://github.com/marionebl/commitlint/compare/v1.0.1...v1.1.0) (2016-11-01) |
120 | 120 |
|
121 | 121 |
|
122 | 122 | ### Features
|
123 | 123 |
|
124 |
| -* update angular config ([0a28ca0](https://github.com/marionebl/conventional-changelog-lint/commit/0a28ca0)) |
| 124 | +* update angular config ([0a28ca0](https://github.com/marionebl/commitlint/commit/0a28ca0)) |
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
128 | 128 | <a name="1.0.1"></a>
|
129 |
| -## [1.0.1](https://github.com/marionebl/conventional-changelog-lint/compare/v1.0.0...v1.0.1) (2016-08-15) |
| 129 | +## [1.0.1](https://github.com/marionebl/commitlint/compare/v1.0.0...v1.0.1) (2016-08-15) |
130 | 130 |
|
131 | 131 |
|
132 | 132 | ### Bug Fixes
|
133 | 133 |
|
134 |
| -* **rules:** respect keyword setting for scope-empty (#11) ([c646a60](https://github.com/marionebl/conventional-changelog-lint/commit/c646a60)), closes [#10](https://github.com/marionebl/conventional-changelog-lint/issues/10) |
| 134 | +* **rules:** respect keyword setting for scope-empty (#11) ([c646a60](https://github.com/marionebl/commitlint/commit/c646a60)), closes [#10](https://github.com/marionebl/commitlint/issues/10) |
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
138 | 138 | <a name="1.0.0"></a>
|
139 |
| -# [1.0.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.3.2...v1.0.0) (2016-06-20) |
| 139 | +# [1.0.0](https://github.com/marionebl/commitlint/compare/v0.3.2...v1.0.0) (2016-06-20) |
140 | 140 |
|
141 | 141 |
|
142 | 142 | ### Bug Fixes
|
143 | 143 |
|
144 |
| -* **cli:** disable angular defaults when a rc file is provided ([ef9a2b7](https://github.com/marionebl/conventional-changelog-lint/commit/ef9a2b7)) |
| 144 | +* **cli:** disable angular defaults when a rc file is provided ([ef9a2b7](https://github.com/marionebl/commitlint/commit/ef9a2b7)) |
145 | 145 |
|
146 | 146 | ### Features
|
147 | 147 |
|
148 |
| -* **rules:** update to latest default ruleset ([1c2f772](https://github.com/marionebl/conventional-changelog-lint/commit/1c2f772)) |
| 148 | +* **rules:** update to latest default ruleset ([1c2f772](https://github.com/marionebl/commitlint/commit/1c2f772)) |
149 | 149 |
|
150 | 150 |
|
151 | 151 | ### BREAKING CHANGES
|
|
158 | 158 |
|
159 | 159 |
|
160 | 160 | <a name="0.3.4"></a>
|
161 |
| -## [0.3.4](https://github.com/marionebl/conventional-changelog-lint/compare/v0.3.2...v0.3.4) (2016-04-15) |
| 161 | +## [0.3.4](https://github.com/marionebl/commitlint/compare/v0.3.2...v0.3.4) (2016-04-15) |
162 | 162 |
|
163 | 163 |
|
164 | 164 | ### Bug Fixes
|
165 | 165 |
|
166 |
| -* **cli:** disable angular defaults when a rc file is provided ([8c3ee6c](https://github.com/marionebl/conventional-changelog-lint/commit/8c3ee6c)) |
| 166 | +* **cli:** disable angular defaults when a rc file is provided ([8c3ee6c](https://github.com/marionebl/commitlint/commit/8c3ee6c)) |
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
170 | 170 | <a name="0.3.2"></a>
|
171 |
| -## [0.3.2](https://github.com/marionebl/conventional-changelog-lint/compare/v0.3.1...v0.3.2) (2016-03-03) |
| 171 | +## [0.3.2](https://github.com/marionebl/commitlint/compare/v0.3.1...v0.3.2) (2016-03-03) |
172 | 172 |
|
173 | 173 |
|
174 | 174 | ### Bug Fixes
|
175 | 175 |
|
176 |
| -* execute dynamic configuration in get-configuration ([ecb041e](https://github.com/marionebl/conventional-changelog-lint/commit/ecb041e)) |
| 176 | +* execute dynamic configuration in get-configuration ([ecb041e](https://github.com/marionebl/commitlint/commit/ecb041e)) |
177 | 177 |
|
178 | 178 |
|
179 | 179 |
|
180 | 180 | <a name="0.3.1"></a>
|
181 |
| -## [0.3.1](https://github.com/marionebl/conventional-changelog-lint/compare/v0.3.0...v0.3.1) (2016-02-25) |
| 181 | +## [0.3.1](https://github.com/marionebl/commitlint/compare/v0.3.0...v0.3.1) (2016-02-25) |
182 | 182 |
|
183 | 183 |
|
184 | 184 | ### Bug Fixes
|
185 | 185 |
|
186 |
| -* guard pos lexer against errors ([a12f1b2](https://github.com/marionebl/conventional-changelog-lint/commit/a12f1b2)) |
| 186 | +* guard pos lexer against errors ([a12f1b2](https://github.com/marionebl/commitlint/commit/a12f1b2)) |
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 | 190 | <a name="0.3.0"></a>
|
191 |
| -# [0.3.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.2.0...v0.3.0) (2016-02-25) |
| 191 | +# [0.3.0](https://github.com/marionebl/commitlint/compare/v0.2.0...v0.3.0) (2016-02-25) |
192 | 192 |
|
193 | 193 |
|
194 | 194 | ### Features
|
195 | 195 |
|
196 |
| -* add footer rules ([6acb930](https://github.com/marionebl/conventional-changelog-lint/commit/6acb930)) |
197 |
| -* add subject-leading-capital rule ([c6714a4](https://github.com/marionebl/conventional-changelog-lint/commit/c6714a4)) |
198 |
| -* **rules:** add rules for tense-checking ([d7b8d4b](https://github.com/marionebl/conventional-changelog-lint/commit/d7b8d4b)) |
| 196 | +* add footer rules ([6acb930](https://github.com/marionebl/commitlint/commit/6acb930)) |
| 197 | +* add subject-leading-capital rule ([c6714a4](https://github.com/marionebl/commitlint/commit/c6714a4)) |
| 198 | +* **rules:** add rules for tense-checking ([d7b8d4b](https://github.com/marionebl/commitlint/commit/d7b8d4b)) |
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
202 | 202 | <a name="0.2.0"></a>
|
203 |
| -# [0.2.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.10...v0.2.0) (2016-02-25) |
| 203 | +# [0.2.0](https://github.com/marionebl/commitlint/compare/v0.1.10...v0.2.0) (2016-02-25) |
204 | 204 |
|
205 | 205 |
|
206 | 206 | ### Bug Fixes
|
207 | 207 |
|
208 |
| -* catch unhandled rejections ([b7e4bf9](https://github.com/marionebl/conventional-changelog-lint/commit/b7e4bf9)) |
| 208 | +* catch unhandled rejections ([b7e4bf9](https://github.com/marionebl/commitlint/commit/b7e4bf9)) |
209 | 209 |
|
210 | 210 | ### Features
|
211 | 211 |
|
212 |
| -* support for dynamic and async rules ([efce01a](https://github.com/marionebl/conventional-changelog-lint/commit/efce01a)) |
| 212 | +* support for dynamic and async rules ([efce01a](https://github.com/marionebl/commitlint/commit/efce01a)) |
213 | 213 |
|
214 | 214 |
|
215 | 215 |
|
216 | 216 | <a name="0.1.10"></a>
|
217 |
| -## [0.1.10](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.9...v0.1.10) (2016-02-24) |
| 217 | +## [0.1.10](https://github.com/marionebl/commitlint/compare/v0.1.9...v0.1.10) (2016-02-24) |
218 | 218 |
|
219 | 219 |
|
220 | 220 | ### Bug Fixes
|
221 | 221 |
|
222 |
| -* skip language check if no lang is detected ([d3e8454](https://github.com/marionebl/conventional-changelog-lint/commit/d3e8454)) |
| 222 | +* skip language check if no lang is detected ([d3e8454](https://github.com/marionebl/commitlint/commit/d3e8454)) |
223 | 223 |
|
224 | 224 |
|
225 | 225 |
|
226 | 226 | <a name="0.1.9"></a>
|
227 |
| -## [0.1.9](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.8...v0.1.9) (2016-02-22) |
| 227 | +## [0.1.9](https://github.com/marionebl/commitlint/compare/v0.1.8...v0.1.9) (2016-02-22) |
228 | 228 |
|
229 | 229 |
|
230 | 230 | ### Bug Fixes
|
231 | 231 |
|
232 |
| -* use raw commit message to check for leading blank line ([9c1ca3b](https://github.com/marionebl/conventional-changelog-lint/commit/9c1ca3b)) |
| 232 | +* use raw commit message to check for leading blank line ([9c1ca3b](https://github.com/marionebl/commitlint/commit/9c1ca3b)) |
233 | 233 |
|
234 | 234 |
|
235 | 235 |
|
236 | 236 | <a name="0.1.8"></a>
|
237 |
| -## [0.1.8](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.7...v0.1.8) (2016-02-22) |
| 237 | +## [0.1.8](https://github.com/marionebl/commitlint/compare/v0.1.7...v0.1.8) (2016-02-22) |
238 | 238 |
|
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
242 | 242 | <a name="0.1.7"></a>
|
243 |
| -## [0.1.7](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.6...v0.1.7) (2016-02-14) |
| 243 | +## [0.1.7](https://github.com/marionebl/commitlint/compare/v0.1.6...v0.1.7) (2016-02-14) |
244 | 244 |
|
245 | 245 |
|
246 | 246 | ### Bug Fixes
|
247 | 247 |
|
248 |
| -* prune duplicate dependency ([33a6fca](https://github.com/marionebl/conventional-changelog-lint/commit/33a6fca)) |
| 248 | +* prune duplicate dependency ([33a6fca](https://github.com/marionebl/commitlint/commit/33a6fca)) |
249 | 249 |
|
250 | 250 |
|
251 | 251 |
|
252 | 252 | <a name="0.1.6"></a>
|
253 |
| -## [0.1.6](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.5...v0.1.6) (2016-02-14) |
| 253 | +## [0.1.6](https://github.com/marionebl/commitlint/compare/v0.1.5...v0.1.6) (2016-02-14) |
254 | 254 |
|
255 | 255 |
|
256 | 256 |
|
257 | 257 |
|
258 | 258 | <a name="0.1.5"></a>
|
259 |
| -## [0.1.5](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.3...v0.1.5) (2016-02-14) |
| 259 | +## [0.1.5](https://github.com/marionebl/commitlint/compare/v0.1.3...v0.1.5) (2016-02-14) |
260 | 260 |
|
261 | 261 |
|
262 | 262 | ### Bug Fixes
|
263 | 263 |
|
264 |
| -* add missing dependency ([f3efa01](https://github.com/marionebl/conventional-changelog-lint/commit/f3efa01)) |
265 |
| -* correct dependencies ([5d3c219](https://github.com/marionebl/conventional-changelog-lint/commit/5d3c219)) |
| 264 | +* add missing dependency ([f3efa01](https://github.com/marionebl/commitlint/commit/f3efa01)) |
| 265 | +* correct dependencies ([5d3c219](https://github.com/marionebl/commitlint/commit/5d3c219)) |
266 | 266 |
|
267 | 267 |
|
268 | 268 |
|
269 | 269 | <a name="0.1.4"></a>
|
270 |
| -## [0.1.4](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.3...v0.1.4) (2016-02-14) |
| 270 | +## [0.1.4](https://github.com/marionebl/commitlint/compare/v0.1.3...v0.1.4) (2016-02-14) |
271 | 271 |
|
272 | 272 |
|
273 | 273 | ### Bug Fixes
|
274 | 274 |
|
275 |
| -* correct dependencies ([eeb6149](https://github.com/marionebl/conventional-changelog-lint/commit/eeb6149)) |
| 275 | +* correct dependencies ([eeb6149](https://github.com/marionebl/commitlint/commit/eeb6149)) |
276 | 276 |
|
277 | 277 |
|
278 | 278 |
|
279 | 279 | <a name="0.1.3"></a>
|
280 |
| -## [0.1.3](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.2...v0.1.3) (2016-02-14) |
| 280 | +## [0.1.3](https://github.com/marionebl/commitlint/compare/v0.1.2...v0.1.3) (2016-02-14) |
281 | 281 |
|
282 | 282 |
|
283 | 283 | ### Bug Fixes
|
284 | 284 |
|
285 |
| -* add missing shebang ([461e50f](https://github.com/marionebl/conventional-changelog-lint/commit/461e50f)) |
| 285 | +* add missing shebang ([461e50f](https://github.com/marionebl/commitlint/commit/461e50f)) |
286 | 286 |
|
287 | 287 |
|
288 | 288 |
|
289 | 289 | <a name="0.1.2"></a>
|
290 |
| -## [0.1.2](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.1...v0.1.2) (2016-02-14) |
| 290 | +## [0.1.2](https://github.com/marionebl/commitlint/compare/v0.1.1...v0.1.2) (2016-02-14) |
291 | 291 |
|
292 | 292 |
|
293 | 293 | ### Bug Fixes
|
294 | 294 |
|
295 |
| -* enforce addition of distribution folder ([cbe3a90](https://github.com/marionebl/conventional-changelog-lint/commit/cbe3a90)) |
| 295 | +* enforce addition of distribution folder ([cbe3a90](https://github.com/marionebl/commitlint/commit/cbe3a90)) |
296 | 296 |
|
297 | 297 |
|
298 | 298 |
|
299 | 299 | <a name="0.1.1"></a>
|
300 |
| -## [0.1.1](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.0...v0.1.1) (2016-02-14) |
| 300 | +## [0.1.1](https://github.com/marionebl/commitlint/compare/v0.1.0...v0.1.1) (2016-02-14) |
301 | 301 |
|
302 | 302 |
|
303 | 303 | ### Bug Fixes
|
304 | 304 |
|
305 |
| -* rebuild before releases ([763bf53](https://github.com/marionebl/conventional-changelog-lint/commit/763bf53)) |
| 305 | +* rebuild before releases ([763bf53](https://github.com/marionebl/commitlint/commit/763bf53)) |
306 | 306 |
|
307 | 307 |
|
308 | 308 |
|
|
312 | 312 |
|
313 | 313 | ### Bug Fixes
|
314 | 314 |
|
315 |
| -* be less strict with matched languages ([dae11d1](https://github.com/marionebl/conventional-changelog-lint/commit/dae11d1)) |
316 |
| -* handle precedence and defaults correctly ([a8b980a](https://github.com/marionebl/conventional-changelog-lint/commit/a8b980a)) |
| 315 | +* be less strict with matched languages ([dae11d1](https://github.com/marionebl/commitlint/commit/dae11d1)) |
| 316 | +* handle precedence and defaults correctly ([a8b980a](https://github.com/marionebl/commitlint/commit/a8b980a)) |
317 | 317 |
|
318 | 318 | ### Features
|
319 | 319 |
|
320 |
| -* add extends flag ([276dcaf](https://github.com/marionebl/conventional-changelog-lint/commit/276dcaf)) |
321 |
| -* add input from git history ([d426b34](https://github.com/marionebl/conventional-changelog-lint/commit/d426b34)) |
322 |
| -* support multiple inputs ([0a11c72](https://github.com/marionebl/conventional-changelog-lint/commit/0a11c72)) |
| 320 | +* add extends flag ([276dcaf](https://github.com/marionebl/commitlint/commit/276dcaf)) |
| 321 | +* add input from git history ([d426b34](https://github.com/marionebl/commitlint/commit/d426b34)) |
| 322 | +* support multiple inputs ([0a11c72](https://github.com/marionebl/commitlint/commit/0a11c72)) |
323 | 323 |
|
324 | 324 |
|
325 | 325 |
|
|
0 commit comments