UNPKG

8.87 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## [3.0.11](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@3.0.10...conventional-changelog-jquery@3.0.11) (2020-11-05)
7
8**Note:** Version bump only for package conventional-changelog-jquery
9
10
11
12
13
14## [3.0.10](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@3.0.6...conventional-changelog-jquery@3.0.10) (2020-05-08)
15
16**Note:** Version bump only for package conventional-changelog-jquery
17
18
19
20
21
22## [3.0.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@3.0.4...conventional-changelog-jquery@3.0.5) (2019-10-02)
23
24
25### Bug Fixes
26
27* use full commit hash in commit link ([7a60dec](https://github.com/conventional-changelog/conventional-changelog/commit/7a60dec)), closes [#476](https://github.com/conventional-changelog/conventional-changelog/issues/476)
28
29
30
31
32
33## [3.0.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@3.0.3...conventional-changelog-jquery@3.0.4) (2018-11-01)
34
35
36### Bug Fixes
37
38* Upgrade to Lerna 3, fix Node.js v11 error ([#385](https://github.com/conventional-changelog/conventional-changelog/issues/385)) ([cdef282](https://github.com/conventional-changelog/conventional-changelog/commit/cdef282))
39
40
41
42
43
44<a name="3.0.3"></a>
45## [3.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@3.0.2...conventional-changelog-jquery@3.0.3) (2018-08-21)
46
47
48
49
50**Note:** Version bump only for package conventional-changelog-jquery
51
52<a name="3.0.2"></a>
53## [3.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@3.0.1...conventional-changelog-jquery@3.0.2) (2018-08-21)
54
55
56
57
58**Note:** Version bump only for package conventional-changelog-jquery
59
60<a name="3.0.1"></a>
61## [3.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@3.0.0...conventional-changelog-jquery@3.0.1) (2018-08-21)
62
63
64
65
66**Note:** Version bump only for package conventional-changelog-jquery
67
68<a name="3.0.0"></a>
69# [3.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@2.0.1...conventional-changelog-jquery@3.0.0) (2018-06-06)
70
71
72### Features
73
74* re-use parser options within each preset ([#335](https://github.com/conventional-changelog/conventional-changelog/issues/335)) ([d3eaacf](https://github.com/conventional-changelog/conventional-changelog/commit/d3eaacf)), closes [#241](https://github.com/conventional-changelog/conventional-changelog/issues/241)
75
76
77### BREAKING CHANGES
78
79* Re-use parser options object between components of a preset. For some
80presets this may change the behavior of `conventional-recommended-bump`
81as the parser options object for the `conventional-recommended-bump` options
82within a preset were different than the parser options object for the
83`conventional-changelog` options within a preset.
84
85If you are not using `conventional-recommended-bump`, then this is
86**not** a breaking change for you.
87
88
89
90
91<a name="2.0.1"></a>
92## [2.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@2.0.0...conventional-changelog-jquery@2.0.1) (2018-06-02)
93
94
95
96
97**Note:** Version bump only for package conventional-changelog-jquery
98
99<a name="2.0.0"></a>
100# [2.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@1.3.9...conventional-changelog-jquery@2.0.0) (2018-05-29)
101
102
103### Chores
104
105* **package:** set Node requirement to oldest supported LTS ([#329](https://github.com/conventional-changelog/conventional-changelog/issues/329)) ([cae2fe0](https://github.com/conventional-changelog/conventional-changelog/commit/cae2fe0))
106
107
108### Code Refactoring
109
110* remove anchor from header templates ([#301](https://github.com/conventional-changelog/conventional-changelog/issues/301)) ([346f24f](https://github.com/conventional-changelog/conventional-changelog/commit/346f24f)), closes [#186](https://github.com/conventional-changelog/conventional-changelog/issues/186)
111
112
113### BREAKING CHANGES
114
115* **package:** Set the package's minimum required Node version to be the oldest LTS
116currently supported by the Node Release working group. At this time,
117that is Node 6 (which is in its Maintenance LTS phase).
118* Anchor tags are removed from the changelog header templates. The
119rendered Markdown will no longer contain anchor tags proceeding the
120version number header that constitutes the changelog header. This means
121that consumers of rendered markdown will not be able to use a URL that
122has been constructed to contain a version number anchor tag reference,
123since the anchor tag won't exist in the rendered markdown.
124
125It's stronly recomended consumers use the full URL path to the release
126page for a given version, as that URL is a permalink to that verison,
127contains all relavent release information, and does not, otherwise, rely
128on the anchor tag being excessible from the current page view.
129
130As an example, for version `2.0.0` of a GitHub project, the following
131URL should be used:
132- https://github.com/conventional-changelog/releaser-tools/releases/tag/v2.0.0
133
134
135
136
137<a name="1.3.9"></a>
138## [1.3.9](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@1.3.8...conventional-changelog-jquery@1.3.9) (2018-04-16)
139
140
141
142
143**Note:** Version bump only for package conventional-changelog-jquery
144
145<a name="1.3.8"></a>
146## [1.3.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@1.3.7...conventional-changelog-jquery@1.3.8) (2018-03-28)
147
148
149### Bug Fixes
150
151* revert previous change ([2f4530f](https://github.com/conventional-changelog/conventional-changelog/commit/2f4530f))
152
153
154
155
156<a name="1.3.7"></a>
157## [1.3.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@1.3.6...conventional-changelog-jquery@1.3.7) (2018-03-27)
158
159
160
161
162**Note:** Version bump only for package conventional-changelog-jquery
163
164<a name="1.3.6"></a>
165## [1.3.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@1.3.5...conventional-changelog-jquery@1.3.6) (2018-03-27)
166
167
168
169
170**Note:** Version bump only for package conventional-changelog-jquery
171
172<a name="1.3.5"></a>
173## [1.3.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@1.3.4...conventional-changelog-jquery@1.3.5) (2018-03-22)
174
175
176
177
178**Note:** Version bump only for package conventional-changelog-jquery
179
180<a name="1.3.4"></a>
181## [1.3.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@1.3.3...conventional-changelog-jquery@1.3.4) (2018-02-24)
182
183
184
185
186**Note:** Version bump only for package conventional-changelog-jquery
187
188<a name="1.3.3"></a>
189## [1.3.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@1.3.2...conventional-changelog-jquery@1.3.3) (2018-02-20)
190
191
192
193
194**Note:** Version bump only for package conventional-changelog-jquery
195
196<a name="1.3.2"></a>
197## [1.3.2](https://github.com/conventional-changelog/conventional-changelog-jquery/compare/conventional-changelog-jquery@1.3.1...conventional-changelog-jquery@1.3.2) (2018-02-13)
198
199
200
201
202**Note:** Version bump only for package conventional-changelog-jquery
203
204<a name="1.3.1"></a>
205## [1.3.1](https://github.com/conventional-changelog/conventional-changelog-jquery/compare/conventional-changelog-jquery@1.3.0...conventional-changelog-jquery@1.3.1) (2018-02-13)
206
207
208
209
210**Note:** Version bump only for package conventional-changelog-jquery
211
212<a name="1.3.0"></a>
213# [1.3.0](https://github.com/conventional-changelog/conventional-changelog-jquery/compare/conventional-changelog-jquery@1.2.1...conventional-changelog-jquery@1.3.0) (2017-12-18)
214
215
216### Features
217
218* **preset:** add recommended-bump opts into presets ([60815b5](https://github.com/conventional-changelog/conventional-changelog-jquery/commit/60815b5)), closes [#241](https://github.com/conventional-changelog/conventional-changelog-jquery/issues/241)
219
220
221
222
223<a name="1.2.1"></a>
224## [1.2.1](https://github.com/conventional-changelog/conventional-changelog-jquery/compare/conventional-changelog-jquery@1.2.0...conventional-changelog-jquery@1.2.1) (2017-11-13)
225
226
227
228
229**Note:** Version bump only for package conventional-changelog-jquery
230
231<a name="1.2.0"></a>
232# 1.2.0 (2017-07-17)
233
234
235### Features
236
237* migrate repo to lerna mono-repo ([793e823](https://github.com/conventional-changelog/conventional-changelog-jquery/commit/793e823))