UNPKG

9.49 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)
7
8**Note:** Version bump only for package @commitlint/lint
9
10
11
12
13
14# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
15
16**Note:** Version bump only for package @commitlint/lint
17
18
19
20
21
22# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
23
24**Note:** Version bump only for package @commitlint/lint
25
26
27
28
29
30# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
31
32**Note:** Version bump only for package @commitlint/lint
33
34
35
36
37
38# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
39
40**Note:** Version bump only for package @commitlint/lint
41
42
43
44
45
46# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
47
48
49* chore!: remove node 10 support (#2596) ([4db4ba1](https://github.com/conventional-changelog/commitlint/commit/4db4ba1b0b312410a0f62100a93a80c246a6c410)), closes [#2596](https://github.com/conventional-changelog/commitlint/issues/2596)
50
51
52### BREAKING CHANGES
53
54* minimum node version is 12
55
56
57
58
59
60## [12.1.3](https://github.com/conventional-changelog/commitlint/compare/v12.1.2...v12.1.3) (2021-05-12)
61
62**Note:** Version bump only for package @commitlint/lint
63
64
65
66
67
68## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
69
70**Note:** Version bump only for package @commitlint/lint
71
72
73
74
75
76## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
77
78**Note:** Version bump only for package @commitlint/lint
79
80
81
82
83
84# [12.1.0](https://github.com/conventional-changelog/commitlint/compare/v12.0.1...v12.1.0) (2021-03-06)
85
86**Note:** Version bump only for package @commitlint/lint
87
88
89
90
91
92## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
93
94**Note:** Version bump only for package @commitlint/lint
95
96
97
98
99
100# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
101
102**Note:** Version bump only for package @commitlint/lint
103
104
105
106
107
108# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
109
110**Note:** Version bump only for package @commitlint/lint
111
112
113
114
115
116# [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)
117
118
119* refactor!: drop support for node 8 (#1999) ([751f39f](https://github.com/conventional-changelog/commitlint/commit/751f39f284ef232574a176c3c11b1982ee544166)), closes [#1999](https://github.com/conventional-changelog/commitlint/issues/1999)
120
121
122### BREAKING CHANGES
123
124* remove node 8 from circle-ci checks
125
126also remove node 13 because we do not support experimental versions
127
128* docs: update node v10 to latest LTS 10 version
129
130Co-authored-by: Cedric van Putten <me@bycedric.com>
131
132Co-authored-by: Cedric van Putten <me@bycedric.com>
133
134
135
136
137
138## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13)
139
140**Note:** Version bump only for package @commitlint/lint
141
142
143
144
145
146## [9.1.1](https://github.com/conventional-changelog/commitlint/compare/v9.1.0...v9.1.1) (2020-06-30)
147
148**Note:** Version bump only for package @commitlint/lint
149
150
151
152
153
154# [9.1.0](https://github.com/conventional-changelog/commitlint/compare/v9.0.1...v9.1.0) (2020-06-21)
155
156**Note:** Version bump only for package @commitlint/lint
157
158
159
160
161
162## [9.0.1](https://github.com/conventional-changelog/commitlint/compare/v9.0.0...v9.0.1) (2020-05-26)
163
164**Note:** Version bump only for package @commitlint/lint
165
166
167
168
169
170# [9.0.0](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v9.0.0) (2020-05-21)
171
172
173### Bug Fixes
174
175* [#840](https://github.com/conventional-changelog/commitlint/issues/840) add caret to lodash versions ([#843](https://github.com/conventional-changelog/commitlint/issues/843)) ([ffc0bac](https://github.com/conventional-changelog/commitlint/commit/ffc0bac26993acb2ab6a8fa51065f93c92b0d644))
176* ignore empty commit messages [#615](https://github.com/conventional-changelog/commitlint/issues/615) ([#676](https://github.com/conventional-changelog/commitlint/issues/676)) ([c3eb1a7](https://github.com/conventional-changelog/commitlint/commit/c3eb1a76e08213d7ce1f200e35f8d5d6de18982a))
177
178
179### Features
180
181* add async promise based rules methods into lint ([#976](https://github.com/conventional-changelog/commitlint/issues/976)) ([4443062](https://github.com/conventional-changelog/commitlint/commit/444306249b8a3d04524538f61edca8f6cc10d75f))
182
183
184
185
186
187## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)
188
189**Note:** Version bump only for package @commitlint/lint
190
191
192
193
194
195## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
196
197**Note:** Version bump only for package @commitlint/lint
198
199
200
201
202
203# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)
204
205**Note:** Version bump only for package @commitlint/lint
206
207
208
209
210
211# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)
212
213**Note:** Version bump only for package @commitlint/lint
214
215
216
217
218
219# [8.1.0](https://github.com/conventional-changelog/commitlint/compare/v8.0.0...v8.1.0) (2019-07-15)
220
221**Note:** Version bump only for package @commitlint/lint
222
223
224
225
226
227# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06)
228
229
230### Features
231
232* adds support for plugins ([#228](https://github.com/conventional-changelog/commitlint/issues/228)) ([#588](https://github.com/conventional-changelog/commitlint/issues/588)) ([cea4564](https://github.com/conventional-changelog/commitlint/commit/cea4564))
233* config based is-ignored overrides ([#595](https://github.com/conventional-changelog/commitlint/issues/595)) ([2434d71](https://github.com/conventional-changelog/commitlint/commit/2434d71))
234
235
236
237
238
239## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11)
240
241**Note:** Version bump only for package @commitlint/lint
242
243
244
245
246
247## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09)
248
249**Note:** Version bump only for package @commitlint/lint
250
251
252
253
254
255<a name="7.5.0"></a>
256# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
257
258
259### Bug Fixes
260
261* all broken website references ([#564](https://github.com/conventional-changelog/commitlint/issues/564)) ([82eeb5a](https://github.com/conventional-changelog/commitlint/commit/82eeb5a))
262* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
263* replace all website references with conventional changelog ([#563](https://github.com/conventional-changelog/commitlint/issues/563)) ([6b86fb1](https://github.com/conventional-changelog/commitlint/commit/6b86fb1))
264
265
266
267
268<a name="7.4.0"></a>
269# [7.4.0](https://github.com/conventional-changelog/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
270
271
272
273
274**Note:** Version bump only for package @commitlint/lint
275
276<a name="7.3.2"></a>
277## [7.3.2](https://github.com/conventional-changelog/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)
278
279
280### Bug Fixes
281
282* move loadsh to dependencies ([1bb66a4](https://github.com/conventional-changelog/commitlint/commit/1bb66a4))
283
284
285
286
287<a name="7.3.1"></a>
288## [7.3.1](https://github.com/conventional-changelog/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
289
290
291
292
293**Note:** Version bump only for package @commitlint/lint
294
295<a name="7.3.0"></a>
296# [7.3.0](https://github.com/conventional-changelog/commitlint/compare/v7.2.1...v7.3.0) (2019-01-11)
297
298
299### Bug Fixes
300
301* update to security-patched dependency versions ([97c033b](https://github.com/conventional-changelog/commitlint/commit/97c033b))
302
303
304
305
306<a name="7.2.1"></a>
307## [7.2.1](https://github.com/conventional-changelog/commitlint/compare/v7.2.0...v7.2.1) (2018-10-11)
308
309
310
311
312**Note:** Version bump only for package @commitlint/lint
313
314<a name="7.2.0"></a>
315# [7.2.0](https://github.com/conventional-changelog/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
316
317
318
319
320**Note:** Version bump only for package @commitlint/lint
321
322<a name="7.1.2"></a>
323## [7.1.2](https://github.com/conventional-changelog/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
324
325
326
327
328**Note:** Version bump only for package @commitlint/lint
329
330<a name="7.1.0"></a>
331# [7.1.0](https://github.com/conventional-changelog/commitlint/compare/v7.0.1...v7.1.0) (2018-08-29)
332
333
334
335
336**Note:** Version bump only for package @commitlint/lint
337
338<a name="6.2.0"></a>
339# [6.2.0](https://github.com/conventional-changelog/commitlint/compare/v6.1.3...v6.2.0) (2018-05-01)
340
341
342### Features
343
344* print commit message when the message is invalid ([86c34f1](https://github.com/conventional-changelog/commitlint/commit/86c34f1)), closes [#222](https://github.com/conventional-changelog/commitlint/issues/222)
345
346
347
348
349<a name="6.1.1"></a>
350## [6.1.1](https://github.com/conventional-changelog/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)
351
352
353
354
355**Note:** Version bump only for package @commitlint/lint