@ui5/cli 3.0.0-alpha.1 → 3.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,853 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
+
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.4...HEAD).
6
+
7
+ <a name="v3.0.0-alpha.4"></a>
8
+ ## [v3.0.0-alpha.4] - 2022-03-10
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.2 to 3.0.0-alpha.3 [`7f836aa`](https://github.com/SAP/ui5-cli/commit/7f836aad558b16eaf05dde2c2a5aa409b1ba7111)
11
+
12
+
13
+ <a name="v3.0.0-alpha.3"></a>
14
+ ## [v3.0.0-alpha.3] - 2022-02-25
15
+ ### Dependency Updates
16
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.1 to 3.0.0-alpha.2 [`617f0f0`](https://github.com/SAP/ui5-cli/commit/617f0f06b29e81f384186c88c07da85be55d2970)
17
+
18
+
19
+ <a name="v3.0.0-alpha.2"></a>
20
+ ## [v3.0.0-alpha.2] - 2022-01-31
21
+
22
+ <a name="v3.0.0-alpha.1"></a>
23
+ ## [v3.0.0-alpha.1] - 2022-01-25
24
+ ### Breaking Changes
25
+ - Require Node.js >= 16.13.2 / npm >= 8 [`71a2696`](https://github.com/SAP/ui5-cli/commit/71a2696ecc056ccfa695bd560d59bb31c7dbeb65)
26
+
27
+ ### Dependency Updates
28
+ - Bump [@ui5](https://github.com/ui5)/project from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`23601ce`](https://github.com/SAP/ui5-cli/commit/23601ce6330f5427960ae40316a8569e641cdf55)
29
+ - Bump [@ui5](https://github.com/ui5)/server from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`61a8714`](https://github.com/SAP/ui5-cli/commit/61a8714a55cb18ba384feee50ddd52f91810f4d0)
30
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`e7fcc14`](https://github.com/SAP/ui5-cli/commit/e7fcc14a97d9b89e5b8e958e41e74d0300e45771)
31
+ - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-alpha.1 to 3.0.0-alpha.2 [`511f3c8`](https://github.com/SAP/ui5-cli/commit/511f3c8044b1f41840c15fcbdca95da5d159d207)
32
+ - Bump [@ui5](https://github.com/ui5)/logger from 3.0.1-alpha.0 to 3.0.1-alpha.1 [`85f5657`](https://github.com/SAP/ui5-cli/commit/85f565781ebe0286ba61601c744c6239e26df6a7)
33
+ - Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`f629e31`](https://github.com/SAP/ui5-cli/commit/f629e31c22ca375ddf4282bafcd38ff45ea5a4bc)
34
+
35
+ ### BREAKING CHANGE
36
+
37
+ Support for older Node.js and npm releases has been dropped.
38
+ Only Node.js v16.13.2 and npm v8 or higher are supported.
39
+
40
+
41
+ <a name="v3.0.0-alpha.0"></a>
42
+ ## [v3.0.0-alpha.0] - 2021-12-14
43
+ ### Dependency Updates
44
+ - Bump [@ui5](https://github.com/ui5)/logger from 3.0.0-next.0 to 3.0.1-alpha.0 [`2fa522c`](https://github.com/SAP/ui5-cli/commit/2fa522c5b33766703a14261dc1aa4256fe6be999)
45
+ - Bump [@ui5](https://github.com/ui5)/project from 2.6.0 to 3.0.0-alpha.0 [`2879975`](https://github.com/SAP/ui5-cli/commit/2879975d917423eb4cca7ceccbc209f861c179e0)
46
+ - Bump [@ui5](https://github.com/ui5)/server from 2.4.0 to 3.0.0-alpha.0 [`f850407`](https://github.com/SAP/ui5-cli/commit/f850407871396f151ffddd98ec6a879ded88541d)
47
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.3 to 3.0.0-alpha.0 [`7ac03ba`](https://github.com/SAP/ui5-cli/commit/7ac03baf0fd46028aa01cedb0a16763bc3d86cfd)
48
+ - Bump [@ui5](https://github.com/ui5)/fs from 2.0.6 to 3.0.0-alpha.0 [`46bbb4d`](https://github.com/SAP/ui5-cli/commit/46bbb4da942527fe8d9c0a4ece102d951d3b254c)
49
+ - Bump [@ui5](https://github.com/ui5)/logger from 3.0.0-next.0 to 3.0.0-alpha.0 [`e011b86`](https://github.com/SAP/ui5-cli/commit/e011b862c85ba7388c00d3ae0cc86396671b1e2d)
50
+ - Bump [@ui5](https://github.com/ui5)/logger from 2.0.1 to 3.0.0-next.0 [`32a2bcc`](https://github.com/SAP/ui5-cli/commit/32a2bcc47d16bd255d6bd9f6a76a29496782b357)
51
+
52
+
53
+ <a name="v2.14.1"></a>
54
+ ## [v2.14.1] - 2021-11-17
55
+ ### Dependency Updates
56
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.1 to 2.11.2 [`f389b00`](https://github.com/SAP/ui5-cli/commit/f389b00c95ce81ad1993fef2bd7b4ad79d523be1)
57
+
58
+
59
+ <a name="v2.14.0"></a>
60
+ ## [v2.14.0] - 2021-10-19
61
+ ### Dependency Updates
62
+ - Bump [@ui5](https://github.com/ui5)/project from 2.5.0 to 2.6.0 [`2c42bba`](https://github.com/SAP/ui5-cli/commit/2c42bba826add655dd0bf44d4c78ff72258d10b2)
63
+ - Bump [@ui5](https://github.com/ui5)/server from 2.3.1 to 2.4.0 [`063b2f7`](https://github.com/SAP/ui5-cli/commit/063b2f77c936b90f1a2cd9febb7a5aed0f17fa20)
64
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.0 to 2.11.1 [`11a0f5a`](https://github.com/SAP/ui5-cli/commit/11a0f5a391ca9e629b52b3046560678a8afeaf16)
65
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.10.0 to 2.11.0 [`6f13917`](https://github.com/SAP/ui5-cli/commit/6f139171d3bd46da7bdb1c4c8015589e60fa14f6)
66
+
67
+
68
+ <a name="v2.13.0"></a>
69
+ ## [v2.13.0] - 2021-10-05
70
+ ### Bug Fixes
71
+ - Allow Node.js pre-release versions ([#458](https://github.com/SAP/ui5-cli/issues/458)) [`f6351c6`](https://github.com/SAP/ui5-cli/commit/f6351c663975f4ea14f08fa9a655bb6bf0447080)
72
+
73
+ ### Dependency Updates
74
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.9.5 to 2.10.0 [`1d6a0f4`](https://github.com/SAP/ui5-cli/commit/1d6a0f423fc3fa782b341614d562c04292f00e1b)
75
+
76
+
77
+ <a name="v2.12.1"></a>
78
+ ## [v2.12.1] - 2021-08-25
79
+ ### Dependency Updates
80
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.9.4 to 2.9.5 [`e25a630`](https://github.com/SAP/ui5-cli/commit/e25a630b03d0d68566b200e1346e25ed77f34c44)
81
+
82
+
83
+ <a name="v2.12.0"></a>
84
+ ## [v2.12.0] - 2021-07-23
85
+ ### Dependency Updates
86
+ - Bump [@ui5](https://github.com/ui5)/project from 2.4.0 to 2.5.0 [`0b4c2fb`](https://github.com/SAP/ui5-cli/commit/0b4c2fbc840024e30c1f85de441c5908a4774518)
87
+ - Bump [@ui5](https://github.com/ui5)/server from 2.3.0 to 2.3.1 [`ffbd9a5`](https://github.com/SAP/ui5-cli/commit/ffbd9a5bc0e9ac0d3dca4f66d0ab5a7758aaec3a)
88
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.9.3 to 2.9.4 [`dfeb74e`](https://github.com/SAP/ui5-cli/commit/dfeb74ec96a5c14a500d56952f4727b1b7f0b4cd)
89
+
90
+ ### Features
91
+ - Support to only build certain dependencies ([#442](https://github.com/SAP/ui5-cli/issues/442)) [`5f941f1`](https://github.com/SAP/ui5-cli/commit/5f941f1e5d3041fc94f2e9e9eed14ad44add78aa)
92
+
93
+
94
+ <a name="v2.11.3"></a>
95
+ ## [v2.11.3] - 2021-07-01
96
+ ### Dependency Updates
97
+ - Bump [@ui5](https://github.com/ui5)/server from 2.2.10 to 2.3.0 [`1d852fc`](https://github.com/SAP/ui5-cli/commit/1d852fc5e455934fc533c99c5fa62346b33c7182)
98
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.9.2 to 2.9.3 [`73036be`](https://github.com/SAP/ui5-cli/commit/73036be811572ba50c439ccc95b15110057a6a62)
99
+
100
+
101
+ <a name="v2.11.2"></a>
102
+ ## [v2.11.2] - 2021-06-17
103
+ ### Dependency Updates
104
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.9.1 to 2.9.2 [`be6c9a4`](https://github.com/SAP/ui5-cli/commit/be6c9a456986f123a2e0da2d3b5b3b9d1bbf962a)
105
+
106
+
107
+ <a name="v2.11.1"></a>
108
+ ## [v2.11.1] - 2021-06-08
109
+ ### Dependency Updates
110
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.9.0 to 2.9.1 [`a2a66d8`](https://github.com/SAP/ui5-cli/commit/a2a66d872b3b9c309e3ad9664a94a24577836296)
111
+
112
+
113
+ <a name="v2.11.0"></a>
114
+ ## [v2.11.0] - 2021-06-01
115
+ ### Dependency Updates
116
+ - Bump [@ui5](https://github.com/ui5)/project from 2.3.1 to 2.4.0 [`f50642a`](https://github.com/SAP/ui5-cli/commit/f50642aebe9e99b958dc29048769a627c170552d)
117
+ - Bump [@ui5](https://github.com/ui5)/server from 2.2.9 to 2.2.10 [`8670767`](https://github.com/SAP/ui5-cli/commit/86707676c179622f1b6b1b523cb29292be3dbdac)
118
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.8.4 to 2.9.0 [`9e3b7ec`](https://github.com/SAP/ui5-cli/commit/9e3b7ecb033cd45b30ba7b8645cb97c19e2a34e8)
119
+
120
+
121
+ <a name="v2.10.4"></a>
122
+ ## [v2.10.4] - 2021-05-17
123
+ ### Dependency Updates
124
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.8.3 to 2.8.4 [`7df37c1`](https://github.com/SAP/ui5-cli/commit/7df37c11d3c8194b282d9972345c8b844427ff12)
125
+
126
+
127
+ <a name="v2.10.3"></a>
128
+ ## [v2.10.3] - 2021-04-19
129
+ ### Dependency Updates
130
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.8.2 to 2.8.3 [`572bac4`](https://github.com/SAP/ui5-cli/commit/572bac4a147d2e87bab9a57858637f34ef03a1ce)
131
+
132
+
133
+ <a name="v2.10.2"></a>
134
+ ## [v2.10.2] - 2021-03-11
135
+ ### Dependency Updates
136
+ - Bump [@ui5](https://github.com/ui5)/server from 2.2.8 to 2.2.9 [`a7d3436`](https://github.com/SAP/ui5-cli/commit/a7d343696f059389709085df831f3c7f9afc8898)
137
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.8.1 to 2.8.2 [`6d308da`](https://github.com/SAP/ui5-cli/commit/6d308da757dcc1d975475677b42520ab146116d0)
138
+
139
+
140
+ <a name="v2.10.1"></a>
141
+ ## [v2.10.1] - 2021-03-04
142
+ ### Bug Fixes
143
+ - `ui5 use <framework>` should default to `latest` [`cda4b2c`](https://github.com/SAP/ui5-cli/commit/cda4b2cc29e376d92be4bc92fb7ee2a81974836a)
144
+
145
+ ### Dependency Updates
146
+ - Bump [@ui5](https://github.com/ui5)/project from 2.3.0 to 2.3.1 [`912c6e0`](https://github.com/SAP/ui5-cli/commit/912c6e0c37e2df4a8768c0b6879aff58703d303a)
147
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.8.0 to 2.8.1 [`baed42f`](https://github.com/SAP/ui5-cli/commit/baed42f282ec1e3cf6d42a8fed97fe81844ad8c5)
148
+ - Bump js-yaml from 3.14.1 to 4.0.0 ([#402](https://github.com/SAP/ui5-cli/issues/402)) [`0033c52`](https://github.com/SAP/ui5-cli/commit/0033c5272b6258c95cc1f7487aa53c7e64bbe50c)
149
+
150
+
151
+ <a name="v2.10.0"></a>
152
+ ## [v2.10.0] - 2021-02-09
153
+ ### Dependency Updates
154
+ - Bump [@ui5](https://github.com/ui5)/project from 2.2.6 to 2.3.0 [`e8c5f37`](https://github.com/SAP/ui5-cli/commit/e8c5f3781d6a7ed649ff68481eccf4f3cf4a1990)
155
+ - Bump [@ui5](https://github.com/ui5)/server from 2.2.7 to 2.2.8 [`8325bdf`](https://github.com/SAP/ui5-cli/commit/8325bdf698d28143f1d989139f162fc57217f939)
156
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.7.2 to 2.8.0 [`553d543`](https://github.com/SAP/ui5-cli/commit/553d5432599fa18bed7fb878856f78f294460e46)
157
+
158
+
159
+ <a name="v2.9.3"></a>
160
+ ## [v2.9.3] - 2021-01-29
161
+
162
+ <a name="v2.9.2"></a>
163
+ ## [v2.9.2] - 2021-01-29
164
+ ### Dependency Updates
165
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.7.1 to 2.7.2 [`0d0e9e9`](https://github.com/SAP/ui5-cli/commit/0d0e9e94dce8168944d2833d44073ac79318cdc5)
166
+
167
+
168
+ <a name="v2.9.1"></a>
169
+ ## [v2.9.1] - 2021-01-28
170
+ ### Dependency Updates
171
+ - Bump [@ui5](https://github.com/ui5)/project from 2.2.5 to 2.2.6 [`7a6182a`](https://github.com/SAP/ui5-cli/commit/7a6182a4fe23475b074e7bec9c6feaeb08534670)
172
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.7.0 to 2.7.1 [`9e2882e`](https://github.com/SAP/ui5-cli/commit/9e2882eca7179389227da731682bf1c9c0425617)
173
+
174
+
175
+ <a name="v2.9.0"></a>
176
+ ## [v2.9.0] - 2021-01-26
177
+ ### Dependency Updates
178
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.6.1 to 2.7.0 [`d9f00fc`](https://github.com/SAP/ui5-cli/commit/d9f00fc68ed032be6ef614811aceccea9a947a2e)
179
+ - Bump [@ui5](https://github.com/ui5)/project from 2.2.4 to 2.2.5 [`62886ce`](https://github.com/SAP/ui5-cli/commit/62886ce921479a7198d658b296b66fe040cc89d9)
180
+
181
+
182
+ <a name="v2.8.1"></a>
183
+ ## [v2.8.1] - 2021-01-21
184
+ ### Dependency Updates
185
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.6.0 to 2.6.1 [`d2d1081`](https://github.com/SAP/ui5-cli/commit/d2d1081da16b18c1a4ec78c1e09f6568f53f3c61)
186
+
187
+
188
+ <a name="v2.8.0"></a>
189
+ ## [v2.8.0] - 2021-01-14
190
+ ### Bug Fixes
191
+ - **ui5 use:** Corrupt UI5 configuration [`c207e1e`](https://github.com/SAP/ui5-cli/commit/c207e1e7318123a8801627ca80e61f59e7c73edb)
192
+
193
+ ### Dependency Updates
194
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.5.1 to 2.6.0 [`711a071`](https://github.com/SAP/ui5-cli/commit/711a07120b9ed652674216f22d81c8098d790a95)
195
+
196
+
197
+ <a name="v2.7.1"></a>
198
+ ## [v2.7.1] - 2020-12-18
199
+ ### Dependency Updates
200
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.5.0 to 2.5.1 [`9a208c1`](https://github.com/SAP/ui5-cli/commit/9a208c173f005178f41e343e67c61c021de71f61)
201
+ - Bump [@ui5](https://github.com/ui5)/fs from 2.0.5 to 2.0.6 [`3965d14`](https://github.com/SAP/ui5-cli/commit/3965d1442ad2e11d26f6730fdb8ff6ec7fff0172)
202
+
203
+
204
+ <a name="v2.7.0"></a>
205
+ ## [v2.7.0] - 2020-12-15
206
+ ### Dependency Updates
207
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.4.5 to 2.5.0 [`9c353a6`](https://github.com/SAP/ui5-cli/commit/9c353a6327f11f016c7bd18da76b3468eca42fc6)
208
+
209
+
210
+ <a name="v2.6.6"></a>
211
+ ## [v2.6.6] - 2020-11-30
212
+ ### Dependency Updates
213
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.4.4 to 2.4.5 [`10c0342`](https://github.com/SAP/ui5-cli/commit/10c03428cd0108a1c380de4abff45af1ce97ef55)
214
+
215
+
216
+ <a name="v2.6.5"></a>
217
+ ## [v2.6.5] - 2020-11-25
218
+ ### Bug Fixes
219
+ - Always log stack trace of unexpected errors [`aba4e49`](https://github.com/SAP/ui5-cli/commit/aba4e493fd5609cf17e820651be0336a7c7b3390)
220
+
221
+ ### Dependency Updates
222
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.4.3 to 2.4.4 [`9935fed`](https://github.com/SAP/ui5-cli/commit/9935fed156f4367160b6dd9d3b2beecf1d23710b)
223
+
224
+
225
+ <a name="v2.6.4"></a>
226
+ ## [v2.6.4] - 2020-11-06
227
+ ### Dependency Updates
228
+ - Bump [@ui5](https://github.com/ui5)/server from 2.2.6 to 2.2.7 [`bc83eac`](https://github.com/SAP/ui5-cli/commit/bc83eac65618a5cad889cea9c7518cacf9022b1e)
229
+
230
+
231
+ <a name="v2.6.3"></a>
232
+ ## [v2.6.3] - 2020-11-06
233
+ ### Dependency Updates
234
+ - Bump [@ui5](https://github.com/ui5)/project from 2.2.3 to 2.2.4 [`7b69c21`](https://github.com/SAP/ui5-cli/commit/7b69c216f9eb5a9621ee9934e6e7224365111fe6)
235
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.4.2 to 2.4.3 [`898f7de`](https://github.com/SAP/ui5-cli/commit/898f7de99e4f60067759d04818f10ea6ac544b5f)
236
+ - Bump [@ui5](https://github.com/ui5)/fs from 2.0.4 to 2.0.5 [`8281b8b`](https://github.com/SAP/ui5-cli/commit/8281b8bde7ed7175e340ca7af0b2bdb3276b0310)
237
+
238
+ ### Performance Improvements
239
+ - Reduce install size by removing 'string.prototype.matchall' dependency [`cb34e84`](https://github.com/SAP/ui5-cli/commit/cb34e84db1a6212c37ca56f8fb3fa86bc496deab)
240
+
241
+
242
+ <a name="v2.6.2"></a>
243
+ ## [v2.6.2] - 2020-11-04
244
+ ### Dependency Updates
245
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.4.1 to 2.4.2 [`60126af`](https://github.com/SAP/ui5-cli/commit/60126af947665b470b7dd2245feab0fa05ed78b6)
246
+
247
+
248
+ <a name="v2.6.1"></a>
249
+ ## [v2.6.1] - 2020-11-03
250
+ ### Dependency Updates
251
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.4.0 to 2.4.1 [`e22e372`](https://github.com/SAP/ui5-cli/commit/e22e372119688d7b8a5862a8c2d5c166e85b3e92)
252
+
253
+
254
+ <a name="v2.6.0"></a>
255
+ ## [v2.6.0] - 2020-11-03
256
+ ### Dependency Updates
257
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.3.0 to 2.4.0 [`2d49e9b`](https://github.com/SAP/ui5-cli/commit/2d49e9be5706d2ff0ae74587d0d91f3d1dcd2ebe)
258
+
259
+
260
+ <a name="v2.5.0"></a>
261
+ ## [v2.5.0] - 2020-10-22
262
+ ### Dependency Updates
263
+ - Bump [@ui5](https://github.com/ui5)/project from 2.2.2 to 2.2.3 [`21f5bd6`](https://github.com/SAP/ui5-cli/commit/21f5bd6c7d478dd143184dcdd9b1097831c7c3c7)
264
+ - Bump [@ui5](https://github.com/ui5)/server from 2.2.5 to 2.2.6 [`6740a0c`](https://github.com/SAP/ui5-cli/commit/6740a0c424e00a3be23fb8aeb1e1570f9aa53b67)
265
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.2.1 to 2.3.0 [`8574924`](https://github.com/SAP/ui5-cli/commit/8574924c1b8e434aff0fa42c0a66f4ef2275fc97)
266
+ - Bump [@ui5](https://github.com/ui5)/fs from 2.0.3 to 2.0.4 [`3c14bd4`](https://github.com/SAP/ui5-cli/commit/3c14bd403b1c48da32b5e1ae8a9dcbf3da12f7b8)
267
+ - Bump [@ui5](https://github.com/ui5)/logger from 2.0.0 to 2.0.1 [`a401bfd`](https://github.com/SAP/ui5-cli/commit/a401bfd768412453148323f19e8f773cb367ee96)
268
+
269
+
270
+ <a name="v2.4.5"></a>
271
+ ## [v2.4.5] - 2020-10-06
272
+ ### Dependency Updates
273
+ - Bump [@ui5](https://github.com/ui5)/server from 2.2.4 to 2.2.5 [`80edb1c`](https://github.com/SAP/ui5-cli/commit/80edb1c403025ee2d3a3542c3d1c6530cebb6832)
274
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.2.0 to 2.2.1 [`f464793`](https://github.com/SAP/ui5-cli/commit/f4647938ee327dcebda9eafaf318c0296d6a0d4a)
275
+
276
+
277
+ <a name="v2.4.4"></a>
278
+ ## [v2.4.4] - 2020-09-15
279
+ ### Dependency Updates
280
+ - Bump [@ui5](https://github.com/ui5)/project from 2.2.1 to 2.2.2 [`3755911`](https://github.com/SAP/ui5-cli/commit/3755911b0b6818129079cf138409a3827f1d2c29)
281
+
282
+
283
+ <a name="v2.4.3"></a>
284
+ ## [v2.4.3] - 2020-09-10
285
+ ### Dependency Updates
286
+ - Bump [@ui5](https://github.com/ui5)/server from 2.2.3 to 2.2.4 [`1d033a4`](https://github.com/SAP/ui5-cli/commit/1d033a4ab519e688dac18aa2dc2888b8695254aa)
287
+
288
+
289
+ <a name="v2.4.2"></a>
290
+ ## [v2.4.2] - 2020-09-02
291
+ ### Bug Fixes
292
+ - Allow use of `--no-update-notifier` flag [`a34b58c`](https://github.com/SAP/ui5-cli/commit/a34b58c260ecb3778eb737d983b4d6b0a5829511)
293
+
294
+ ### Dependency Updates
295
+ - Bump [@ui5](https://github.com/ui5)/project from 2.2.0 to 2.2.1 [`1f735d9`](https://github.com/SAP/ui5-cli/commit/1f735d922de587ed7a876eb44db4aa32dd2dad86)
296
+ - Bump [@ui5](https://github.com/ui5)/server from 2.2.2 to 2.2.3 [`5170730`](https://github.com/SAP/ui5-cli/commit/5170730fa1e3b1275856a9e7346def42257d012a)
297
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.1.0 to 2.2.0 [`b164a69`](https://github.com/SAP/ui5-cli/commit/b164a69a8df5b3270dc06755c1e2b3f59f715689)
298
+
299
+
300
+ <a name="v2.4.1"></a>
301
+ ## [v2.4.1] - 2020-08-12
302
+ ### Dependency Updates
303
+ - Bump [@ui5](https://github.com/ui5)/fs from 2.0.2 to 2.0.3 [`2189686`](https://github.com/SAP/ui5-cli/commit/218968643d646443815e9e1206c40aac7edd3e2f)
304
+
305
+
306
+ <a name="v2.4.0"></a>
307
+ ## [v2.4.0] - 2020-08-11
308
+ ### Dependency Updates
309
+ - Bump [@ui5](https://github.com/ui5)/project from 2.1.5 to 2.2.0 [`43cc824`](https://github.com/SAP/ui5-cli/commit/43cc82473e02c714586047b0a453ba8d1d0a3818)
310
+ - Bump [@ui5](https://github.com/ui5)/server from 2.2.1 to 2.2.2 [`42f4acc`](https://github.com/SAP/ui5-cli/commit/42f4acc8545cb8a5c6db62dc1a26ba09229157e0)
311
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.0.7 to 2.1.0 [`30cfbc6`](https://github.com/SAP/ui5-cli/commit/30cfbc672c62aba9ef3561336ac2bf1d5e6a470a)
312
+
313
+
314
+ <a name="v2.3.2"></a>
315
+ ## [v2.3.2] - 2020-08-10
316
+ ### Dependency Updates
317
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.0.6 to 2.0.7 [`fba5633`](https://github.com/SAP/ui5-cli/commit/fba56332a2a8395da2459dec40f81e04ca80dd9f)
318
+ - Bump [@ui5](https://github.com/ui5)/fs from 2.0.1 to 2.0.2 [`d584699`](https://github.com/SAP/ui5-cli/commit/d584699855fc44d59ff67cc5720dda3733f3cc13)
319
+
320
+
321
+ <a name="v2.3.1"></a>
322
+ ## [v2.3.1] - 2020-07-21
323
+ ### Dependency Updates
324
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.0.5 to 2.0.6 [`12dd9f6`](https://github.com/SAP/ui5-cli/commit/12dd9f6fc2d844a9425c6baf2822ac5b956a571e)
325
+
326
+
327
+ <a name="v2.3.0"></a>
328
+ ## [v2.3.0] - 2020-07-14
329
+ ### Dependency Updates
330
+ - Bump [@ui5](https://github.com/ui5)/project from 2.1.4 to 2.1.5 [`0740fd1`](https://github.com/SAP/ui5-cli/commit/0740fd19d8530478820d5638db4e5eb0170b9ac1)
331
+ - Bump [@ui5](https://github.com/ui5)/server from 2.2.0 to 2.2.1 [`139b59a`](https://github.com/SAP/ui5-cli/commit/139b59a3237bf66e8a851fbcf51d6a20b48dcc10)
332
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.0.4 to 2.0.5 [`4c28263`](https://github.com/SAP/ui5-cli/commit/4c2826320ff8ac9af34fa417121f2cdcacb042aa)
333
+ - Bump [@ui5](https://github.com/ui5)/server from 2.1.0 to 2.2.0 [`b5bf1cb`](https://github.com/SAP/ui5-cli/commit/b5bf1cb8e73dc563ffb42397cfa679b5d97202ee)
334
+ - Bump [@ui5](https://github.com/ui5)/server from 2.0.3 to 2.1.0 [`bd26b2b`](https://github.com/SAP/ui5-cli/commit/bd26b2bb5ed2824a1d0be1c8a18ffa17f4e4af22)
335
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.0.3 to 2.0.4 [`a20233e`](https://github.com/SAP/ui5-cli/commit/a20233ea8f88bf41b09990c53a3911c558e62dfa)
336
+
337
+ ### Features
338
+ - **ui5 serve:** Add serve-csp-reports option ([#339](https://github.com/SAP/ui5-cli/issues/339)) [`063e7a5`](https://github.com/SAP/ui5-cli/commit/063e7a512d474353e2d86dd77453b10935b4bc05)
339
+
340
+
341
+ <a name="v2.2.6"></a>
342
+ ## [v2.2.6] - 2020-05-29
343
+ ### Bug Fixes
344
+ - **ui5 use:** Allow using versions according to Semantic Versioning [`d7a9363`](https://github.com/SAP/ui5-cli/commit/d7a9363ac10f167b7e5ebc1c5a7384f0fc6abbcc)
345
+
346
+ ### Dependency Updates
347
+ - Bump [@ui5](https://github.com/ui5)/project from 2.1.3 to 2.1.4 [`c584f11`](https://github.com/SAP/ui5-cli/commit/c584f114b7b8ba936399360832296e62e485977c)
348
+
349
+
350
+ <a name="v2.2.5"></a>
351
+ ## [v2.2.5] - 2020-05-27
352
+
353
+ <a name="v2.2.4"></a>
354
+ ## [v2.2.4] - 2020-05-19
355
+ ### Dependency Updates
356
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.0.2 to 2.0.3 [`b0ef029`](https://github.com/SAP/ui5-cli/commit/b0ef0291cdc64ddbb1cb459fff4582f7c0db326e)
357
+
358
+
359
+ <a name="v2.2.3"></a>
360
+ ## [v2.2.3] - 2020-05-14
361
+ ### Dependency Updates
362
+ - Bump [@ui5](https://github.com/ui5)/project from 2.1.2 to 2.1.3 [`e58febb`](https://github.com/SAP/ui5-cli/commit/e58febb866a6413407723608b9049be78afaa1ef)
363
+ - Bump [@ui5](https://github.com/ui5)/server from 2.0.2 to 2.0.3 [`a73b7e3`](https://github.com/SAP/ui5-cli/commit/a73b7e3af01a488f5c9e7c7b68211ca2a8cda3e8)
364
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.0.1 to 2.0.2 [`2c53f21`](https://github.com/SAP/ui5-cli/commit/2c53f21dc83531645f67a08182b83b5042f4cc30)
365
+
366
+
367
+ <a name="v2.2.2"></a>
368
+ ## [v2.2.2] - 2020-05-11
369
+ ### Dependency Updates
370
+ - Bump [@ui5](https://github.com/ui5)/project from 2.1.1 to 2.1.2 [`191e621`](https://github.com/SAP/ui5-cli/commit/191e6211b5ff9e4edb8c32f71d7509e9e755e596)
371
+
372
+
373
+ <a name="v2.2.1"></a>
374
+ ## [v2.2.1] - 2020-05-11
375
+ ### Dependency Updates
376
+ - Bump [@ui5](https://github.com/ui5)/project from 2.1.0 to 2.1.1 [`14a19d9`](https://github.com/SAP/ui5-cli/commit/14a19d98bd35635b87ada4c58cd79fe44f3c5a67)
377
+
378
+
379
+ <a name="v2.2.0"></a>
380
+ ## [v2.2.0] - 2020-05-05
381
+ ### Dependency Updates
382
+ - Bump [@ui5](https://github.com/ui5)/project from 2.0.4 to 2.1.0 [`dce7fd2`](https://github.com/SAP/ui5-cli/commit/dce7fd2f00731d9fac016695cf7775692cdf6cd9)
383
+
384
+
385
+ <a name="v2.1.0"></a>
386
+ ## [v2.1.0] - 2020-04-30
387
+ ### Dependency Updates
388
+ - Bump [@ui5](https://github.com/ui5)/project from 2.0.3 to 2.0.4 [`0bee0a0`](https://github.com/SAP/ui5-cli/commit/0bee0a0a818168263d925b49af3d8008f1c66cc3)
389
+ - Bump [@ui5](https://github.com/ui5)/server from 2.0.1 to 2.0.2 [`f7ed0cc`](https://github.com/SAP/ui5-cli/commit/f7ed0ccee6cc20b0a4c2aade78a89ffcacc267e1)
390
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.0.0 to 2.0.1 [`e70a426`](https://github.com/SAP/ui5-cli/commit/e70a42692c755317f6f7e612725550ef834e4d07)
391
+ - Bump [@ui5](https://github.com/ui5)/fs from 2.0.0 to 2.0.1 [`3b50590`](https://github.com/SAP/ui5-cli/commit/3b5059055b1dcc69d42b128cccdc3251c7c24b49)
392
+
393
+ ### Features
394
+ - Add "ui5 remove" command ([#327](https://github.com/SAP/ui5-cli/issues/327)) [`6c6be0d`](https://github.com/SAP/ui5-cli/commit/6c6be0d3941507c965dd303f3964f4cf5a77731c)
395
+
396
+
397
+ <a name="v2.0.3"></a>
398
+ ## [v2.0.3] - 2020-04-15
399
+ ### Bug Fixes
400
+ - **ui5 use/add:** Fix updating ui5.yaml file [`225f4ab`](https://github.com/SAP/ui5-cli/commit/225f4aba7c60439c4f3d7554cb918a2ba03ce1bd)
401
+
402
+ ### Dependency Updates
403
+ - Bump [@ui5](https://github.com/ui5)/server from 2.0.0 to 2.0.1 [`2d81aa8`](https://github.com/SAP/ui5-cli/commit/2d81aa814f9008e6cf4e38a5d5a9ca2d2d00623a)
404
+
405
+
406
+ <a name="v2.0.2"></a>
407
+ ## [v2.0.2] - 2020-04-02
408
+ ### Dependency Updates
409
+ - Bump [@ui5](https://github.com/ui5)/project from 2.0.2 to 2.0.3 [`1aaa9c1`](https://github.com/SAP/ui5-cli/commit/1aaa9c19a1b3a90e9df27f27f8c9b0f160902945)
410
+
411
+
412
+ <a name="v2.0.1"></a>
413
+ ## [v2.0.1] - 2020-04-01
414
+ ### Bug Fixes
415
+ - **npm-shrinkwrap.json:** Add additional dependencies [`a6c88f7`](https://github.com/SAP/ui5-cli/commit/a6c88f79a297602d579dd68a136c571809152582)
416
+
417
+
418
+ <a name="v2.0.0"></a>
419
+ ## [v2.0.0] - 2020-04-01
420
+ ### Breaking Changes
421
+ - Require Node.js >= 10 [`e0916ec`](https://github.com/SAP/ui5-cli/commit/e0916ec85315f6370af1b6fbc4ba5ff99f9c2c49)
422
+
423
+ ### Dependency Updates
424
+ - Bump [@ui5](https://github.com/ui5)/project from 2.0.1 to 2.0.2 [`7539675`](https://github.com/SAP/ui5-cli/commit/7539675648581f3c36b21da67a1c4da12a10c763)
425
+ - Bump [@ui5](https://github.com/ui5)/project from 2.0.0 to 2.0.1 [`2f8fbe1`](https://github.com/SAP/ui5-cli/commit/2f8fbe1b5390f6f90bf76ad107ee3f7547a7519d)
426
+ - Bump [@ui5](https://github.com/ui5)/project from 1.2.0 to 2.0.0 [`f18f07c`](https://github.com/SAP/ui5-cli/commit/f18f07cc11f54fb936b582460d4b3ef8a844111a)
427
+ - Bump [@ui5](https://github.com/ui5)/server from 1.6.0 to 2.0.0 [`f514cc5`](https://github.com/SAP/ui5-cli/commit/f514cc538760b6ee7a54220a2556acc8a89434b0)
428
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.10.1 to 2.0.0 [`eee43a6`](https://github.com/SAP/ui5-cli/commit/eee43a64f6b8523ffb381a47cafc416f9152d989)
429
+ - Bump [@ui5](https://github.com/ui5)/fs from 1.1.2 to 2.0.0 [`68f69b7`](https://github.com/SAP/ui5-cli/commit/68f69b74dd2d8edcf1d145f7d7e9398136b537f4)
430
+ - Bump [@ui5](https://github.com/ui5)/logger from 1.0.2 to 2.0.0 [`847193d`](https://github.com/SAP/ui5-cli/commit/847193d8a56c9401dfd680fe84fd99747b349ce9)
431
+
432
+ ### Features
433
+ - Add "ui5 use/add" commands ([#315](https://github.com/SAP/ui5-cli/issues/315)) [`920fbfc`](https://github.com/SAP/ui5-cli/commit/920fbfc5ea27f689aeb38beb6540c41838225c8d)
434
+ - Add --framework-version option ([#306](https://github.com/SAP/ui5-cli/issues/306)) [`ae7932b`](https://github.com/SAP/ui5-cli/commit/ae7932bb36b68f3836df285ab0040083ed914c2f)
435
+
436
+ ### BREAKING CHANGE
437
+
438
+ Support for older Node.js releases has been dropped.
439
+ Only Node.js v10 or higher is supported.
440
+
441
+
442
+ <a name="v1.14.0"></a>
443
+ ## [v1.14.0] - 2020-02-24
444
+ ### Dependency Updates
445
+ - Bump [@ui5](https://github.com/ui5)/server from 1.5.4 to 1.6.0 [`ece1295`](https://github.com/SAP/ui5-cli/commit/ece1295083e6530701b63a0c77f475d40700e998)
446
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.10.0 to 1.10.1 [`fadd1ee`](https://github.com/SAP/ui5-cli/commit/fadd1ee5ade74aa236f6f8671bca8ca0b934e697)
447
+
448
+
449
+ <a name="v1.13.1"></a>
450
+ ## [v1.13.1] - 2020-01-24
451
+ ### Dependency Updates
452
+ - Bump [@ui5](https://github.com/ui5)/server from 1.5.2 to 1.5.3 [`4e43b04`](https://github.com/SAP/ui5-cli/commit/4e43b04732ae236fb14d3e55afd95e9f229581d0)
453
+
454
+
455
+ <a name="v1.13.0"></a>
456
+ ## [v1.13.0] - 2020-01-13
457
+ ### Dependency Updates
458
+ - Bump [@ui5](https://github.com/ui5)/project from 1.1.1 to 1.2.0 [`af1b153`](https://github.com/SAP/ui5-cli/commit/af1b153506e5a668178d227ea9686a266675bb64)
459
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.8.0 to 1.9.0 [`166d247`](https://github.com/SAP/ui5-cli/commit/166d247fb94f4394a4fa33afe4ad6d75cbee58f4)
460
+
461
+
462
+ <a name="v1.12.2"></a>
463
+ ## [v1.12.2] - 2019-12-16
464
+ ### Dependency Updates
465
+ - Bump [@ui5](https://github.com/ui5)/server from 1.5.1 to 1.5.2 [`4ef70a7`](https://github.com/SAP/ui5-cli/commit/4ef70a78f97bd2472858cd08cfdf8814cb48256f)
466
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.7.1 to 1.8.0 [`4d0cd36`](https://github.com/SAP/ui5-cli/commit/4d0cd36e44a887d41f418e7b784c363b024a5def)
467
+
468
+
469
+ <a name="v1.12.1"></a>
470
+ ## [v1.12.1] - 2019-11-19
471
+ ### Dependency Updates
472
+ - Bump [@ui5](https://github.com/ui5)/server from 1.5.0 to 1.5.1 [`7a07a2e`](https://github.com/SAP/ui5-cli/commit/7a07a2e4fe7491295c2228e53da30d0e7051b962)
473
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.7.0 to 1.7.1 [`ecbfad1`](https://github.com/SAP/ui5-cli/commit/ecbfad1afdf726b76bef09c4e604d91e1eb7690d)
474
+
475
+
476
+ <a name="v1.12.0"></a>
477
+ ## [v1.12.0] - 2019-11-07
478
+ ### Dependency Updates
479
+ - Bump [@ui5](https://github.com/ui5)/project from 1.1.0 to 1.1.1 [`abca385`](https://github.com/SAP/ui5-cli/commit/abca38566c5728f896d5be880fcb24f795b0b11c)
480
+ - Bump [@ui5](https://github.com/ui5)/server from 1.4.0 to 1.5.0 [`abf954b`](https://github.com/SAP/ui5-cli/commit/abf954b2b1224353b5c7a09b37394fc53562cbfc)
481
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.6.1 to 1.7.0 [`f482702`](https://github.com/SAP/ui5-cli/commit/f482702f8a941f2c17490d67a74ac97486dce811)
482
+
483
+ ### Features
484
+ - **serve:** Add '--simple-index' parameter ([#265](https://github.com/SAP/ui5-cli/issues/265)) [`dbe195e`](https://github.com/SAP/ui5-cli/commit/dbe195e8c81a8e4e7ab2c0b8d08ba6890dd5311d)
485
+
486
+
487
+ <a name="v1.11.1"></a>
488
+ ## [v1.11.1] - 2019-10-30
489
+ ### Bug Fixes
490
+ - Fix 'ui5 tree' output [`a64de74`](https://github.com/SAP/ui5-cli/commit/a64de744eec019094d11dec491f73cfac923a541)
491
+
492
+
493
+ <a name="v1.11.0"></a>
494
+ ## [v1.11.0] - 2019-10-24
495
+ ### Dependency Updates
496
+ - Bump [@ui5](https://github.com/ui5)/server from 1.3.0 to 1.4.0 [`07f4719`](https://github.com/SAP/ui5-cli/commit/07f4719d488ba96800860fd780a9e08f6902ccb8)
497
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.5.3 to 1.6.1 [`6d46c54`](https://github.com/SAP/ui5-cli/commit/6d46c545b3d9c347d2f6501f962acdb6d67761cc)
498
+ - Bump [@ui5](https://github.com/ui5)/logger from 1.0.1 to 1.0.2 [`0394f1a`](https://github.com/SAP/ui5-cli/commit/0394f1afcbb8b653647834dce0c20a3e874eaeb9)
499
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.5.2 to 1.5.3 [`0eee47f`](https://github.com/SAP/ui5-cli/commit/0eee47f273d8a9b5465659647319bf003ffa0399)
500
+
501
+ ### Features
502
+ - **CLI:** Improve error reporting [`160b8f7`](https://github.com/SAP/ui5-cli/commit/160b8f76b70b50d3e03494ef98e140e1ef8c4d8c)
503
+
504
+
505
+ <a name="v1.10.0"></a>
506
+ ## [v1.10.0] - 2019-10-09
507
+ ### Dependency Updates
508
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.5.1 to 1.5.2 [`cf2f4a9`](https://github.com/SAP/ui5-cli/commit/cf2f4a9dc813fe8452820b484b4abae79ee5f342)
509
+
510
+ ### Features
511
+ - Add server settings [`3638ed7`](https://github.com/SAP/ui5-cli/commit/3638ed71411d0c2882a8a145113a484d16eff56b)
512
+
513
+
514
+ <a name="v1.9.0"></a>
515
+ ## [v1.9.0] - 2019-09-05
516
+ ### Features
517
+ - **ui5 build:** Add --clean-dest option [`fe60d04`](https://github.com/SAP/ui5-cli/commit/fe60d041c374494c58136435d7761e8ee957ce7b)
518
+
519
+
520
+ <a name="v1.8.1"></a>
521
+ ## [v1.8.1] - 2019-09-04
522
+ ### Dependency Updates
523
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.5.0 to 1.5.1 [`1346031`](https://github.com/SAP/ui5-cli/commit/13460317cf32afc8122486d6b086bb1e61451b99)
524
+
525
+
526
+ <a name="v1.8.0"></a>
527
+ ## [v1.8.0] - 2019-09-02
528
+ ### Dependency Updates
529
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.4.2 to 1.5.0 [`3de07b2`](https://github.com/SAP/ui5-cli/commit/3de07b2a9c7b804519de3680dba2e80198cfbc62)
530
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.4.1 to 1.4.2 [`f2d1ff0`](https://github.com/SAP/ui5-cli/commit/f2d1ff0d98da460c564450ccb8a70bde094bc229)
531
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.4.0 to 1.4.1 [`e5dcc5f`](https://github.com/SAP/ui5-cli/commit/e5dcc5fe797148008e96aabdb7e9d5eead65fefc)
532
+
533
+
534
+ <a name="v1.7.0"></a>
535
+ ## [v1.7.0] - 2019-08-01
536
+ ### Dependency Updates
537
+ - Bump [@ui5](https://github.com/ui5)/server from 1.2.0 to 1.3.0 [`c4db860`](https://github.com/SAP/ui5-cli/commit/c4db8607130efdbecece47938a6d81f917681a91)
538
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.3.3 to 1.4.0 [`cfbb26b`](https://github.com/SAP/ui5-cli/commit/cfbb26b00cb01c8a1bf211e7e81f902163d9600f)
539
+
540
+ ### Features
541
+ - Log CLI version when using --verbose option [`c143a85`](https://github.com/SAP/ui5-cli/commit/c143a85d615f7e493b2bcaa98422707e3cf49e5b)
542
+
543
+
544
+ <a name="v1.6.0"></a>
545
+ ## [v1.6.0] - 2019-07-11
546
+ ### Dependency Updates
547
+ - Bump [@ui5](https://github.com/ui5)/project from 1.0.3 to 1.1.0 [`659f31e`](https://github.com/SAP/ui5-cli/commit/659f31e42880a2367a79cae5ca4aee2f03d3f227)
548
+ - Bump [@ui5](https://github.com/ui5)/server from 1.1.3 to 1.2.0 [`ce69e24`](https://github.com/SAP/ui5-cli/commit/ce69e2434963dbacc4d4e834c4e00ecfaa89e9a6)
549
+
550
+
551
+ <a name="v1.5.5"></a>
552
+ ## [v1.5.5] - 2019-07-01
553
+ ### Bug Fixes
554
+ - **serve:** Create SSL certificate in user homedir [`48bdd06`](https://github.com/SAP/ui5-cli/commit/48bdd06bfcec3063ba046b37be76c80139458779)
555
+
556
+ ### Dependency Updates
557
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.3.2 to 1.3.3 [`43d4fd7`](https://github.com/SAP/ui5-cli/commit/43d4fd7c634e869de985ea48c4f77d25c9bc53bc)
558
+ - Bump [@ui5](https://github.com/ui5)/fs from 1.1.1 to 1.1.2 [`5a0ece1`](https://github.com/SAP/ui5-cli/commit/5a0ece130af8164befa9e84d4494d69704cb5c0e)
559
+
560
+
561
+ <a name="v1.5.4"></a>
562
+ ## [v1.5.4] - 2019-06-25
563
+ ### Dependency Updates
564
+ - Bump [@ui5](https://github.com/ui5)/project from 1.0.2 to 1.0.3 [`3b0a8f7`](https://github.com/SAP/ui5-cli/commit/3b0a8f7b96de5621e3b72c9ced579104e8750464)
565
+
566
+
567
+ <a name="v1.5.3"></a>
568
+ ## [v1.5.3] - 2019-06-24
569
+ ### Dependency Updates
570
+ - Bump [@ui5](https://github.com/ui5)/server from 1.1.2 to 1.1.3 [`4dc552f`](https://github.com/SAP/ui5-cli/commit/4dc552fc84e79b3c4b2b4d6e6a08426b334b430c)
571
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.3.1 to 1.3.2 [`98f17f1`](https://github.com/SAP/ui5-cli/commit/98f17f1c4d9d993ddbfb9195f46172fc4f777296)
572
+
573
+
574
+ <a name="v1.5.2"></a>
575
+ ## [v1.5.2] - 2019-06-18
576
+ ### Dependency Updates
577
+ - Bump [@ui5](https://github.com/ui5)/fs from 1.1.0 to 1.1.1 [`fd5f550`](https://github.com/SAP/ui5-cli/commit/fd5f55064c1600dd92070c7ed82ab6a0c0539d57)
578
+
579
+
580
+ <a name="v1.5.1"></a>
581
+ ## [v1.5.1] - 2019-06-14
582
+ ### Dependency Updates
583
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.3.0 to 1.3.1 [`d1c8814`](https://github.com/SAP/ui5-cli/commit/d1c8814a577d9065e070022c1bb03417cde2b8bc)
584
+
585
+
586
+ <a name="v1.5.0"></a>
587
+ ## [v1.5.0] - 2019-06-03
588
+ ### Dependency Updates
589
+ - Bump [@ui5](https://github.com/ui5)/server from 1.1.1 to 1.1.2 [`1d54bd5`](https://github.com/SAP/ui5-cli/commit/1d54bd53cf8bd24b5df30328a267c0ef3c8b110a)
590
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.2.3 to 1.3.0 [`82ef6c1`](https://github.com/SAP/ui5-cli/commit/82ef6c10f92648e76da8855b1777df39df535805)
591
+ - Bump [@ui5](https://github.com/ui5)/fs from 1.0.2 to 1.1.0 [`3f0ce7d`](https://github.com/SAP/ui5-cli/commit/3f0ce7d6cd9dbf1cbb6b38a9a55fdd47bf45383a)
592
+
593
+
594
+ <a name="v1.4.4"></a>
595
+ ## [v1.4.4] - 2019-05-15
596
+ ### Dependency Updates
597
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.2.2 to 1.2.3 [`1f8e911`](https://github.com/SAP/ui5-cli/commit/1f8e9114db3701bac071d09477837940ccba0cad)
598
+
599
+
600
+ <a name="v1.4.3"></a>
601
+ ## [v1.4.3] - 2019-05-13
602
+ ### Dependency Updates
603
+ - Bump [@ui5](https://github.com/ui5)/server from 1.1.0 to 1.1.1 [`7e81541`](https://github.com/SAP/ui5-cli/commit/7e81541e89487acec7f57ec4ac89d181486b4909)
604
+
605
+
606
+ <a name="v1.4.2"></a>
607
+ ## [v1.4.2] - 2019-05-08
608
+ ### Dependency Updates
609
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.2.1 to 1.2.2 [`88a1f83`](https://github.com/SAP/ui5-cli/commit/88a1f83a37e5795067687bf5cabb77bceca96e61)
610
+
611
+
612
+ <a name="v1.4.1"></a>
613
+ ## [v1.4.1] - 2019-05-07
614
+ ### Dependency Updates
615
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.2.0 to 1.2.1 [`3c03878`](https://github.com/SAP/ui5-cli/commit/3c038784b263b1d1af2c47802eea7c1b48c9baae)
616
+
617
+
618
+ <a name="v1.4.0"></a>
619
+ ## [v1.4.0] - 2019-04-26
620
+ ### Dependency Updates
621
+ - Bump [@ui5](https://github.com/ui5)/server from 1.0.0 to 1.1.0 [`fe03e1e`](https://github.com/SAP/ui5-cli/commit/fe03e1ec034698f213649526482c2a05c2132c92)
622
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.1.1 to 1.2.0 [`b4747fb`](https://github.com/SAP/ui5-cli/commit/b4747fbefdab4e13173dee054bfd7b66134c65eb)
623
+
624
+ ### Features
625
+ - Add 'sap-csp-policies' option to 'serve' command. ([#188](https://github.com/SAP/ui5-cli/issues/188)) [`57d5567`](https://github.com/SAP/ui5-cli/commit/57d5567b2e78a6d5ce8bbc6cae50b5d7bec80da4)
626
+
627
+
628
+ <a name="v1.3.1"></a>
629
+ ## [v1.3.1] - 2019-04-24
630
+ ### Dependency Updates
631
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.1.0 to 1.1.1 [`57d10d4`](https://github.com/SAP/ui5-cli/commit/57d10d40c194b34d2eb1eb22ed820579f1ac097b)
632
+
633
+
634
+ <a name="v1.3.0"></a>
635
+ ## [v1.3.0] - 2019-04-12
636
+ ### Dependency Updates
637
+ - Bump [@ui5](https://github.com/ui5)/project from 1.0.1 to 1.0.2 [`50a9b5a`](https://github.com/SAP/ui5-cli/commit/50a9b5afc19e0a79f2e1f27c3bcb8f6bd6c34c37)
638
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.0.5 to 1.1.0 [`f2fe60e`](https://github.com/SAP/ui5-cli/commit/f2fe60e3913cfe4cc9058c90ee1443cdf177425d)
639
+
640
+
641
+ <a name="v1.2.4"></a>
642
+ ## [v1.2.4] - 2019-04-03
643
+ ### Dependency Updates
644
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.0.4 to 1.0.5 [`5787d54`](https://github.com/SAP/ui5-cli/commit/5787d54a048178279de0e253332cfa845655559c)
645
+
646
+
647
+ <a name="v1.2.3"></a>
648
+ ## [v1.2.3] - 2019-03-28
649
+ ### Dependency Updates
650
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.0.3 to 1.0.4 ([#181](https://github.com/SAP/ui5-cli/issues/181)) [`ec43aec`](https://github.com/SAP/ui5-cli/commit/ec43aec8e7677b1e45f0a06f58bb29b3766f6f04)
651
+
652
+
653
+ <a name="v1.2.2"></a>
654
+ ## [v1.2.2] - 2019-03-21
655
+ ### Dependency Updates
656
+ - Bump [@ui5](https://github.com/ui5)/fs from 1.0.1 to 1.0.2 ([#173](https://github.com/SAP/ui5-cli/issues/173)) [`1f70ee7`](https://github.com/SAP/ui5-cli/commit/1f70ee78a398004549bdc136371c66569ab55849)
657
+
658
+ ### Features
659
+ - **Build:** Add 'jsdoc' command [`3a2f4a1`](https://github.com/SAP/ui5-cli/commit/3a2f4a16fb933429318fd34afd38ab8d9394d80c)
660
+
661
+
662
+ <a name="v1.2.1"></a>
663
+ ## [v1.2.1] - 2019-02-28
664
+ ### Dependency Updates
665
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.0.1 to 1.0.2 ([#155](https://github.com/SAP/ui5-cli/issues/155)) [`0b3ac48`](https://github.com/SAP/ui5-cli/commit/0b3ac485cccb5833b69daf8d55f9507106d272b0)
666
+
667
+
668
+ <a name="v1.2.0"></a>
669
+ ## [v1.2.0] - 2019-02-14
670
+ ### Dependency Updates
671
+ - Bump [@ui5](https://github.com/ui5)/project from 1.0.0 to 1.0.1 ([#142](https://github.com/SAP/ui5-cli/issues/142)) [`c777997`](https://github.com/SAP/ui5-cli/commit/c777997034d84a8a972dbc35638df07c5f1c8c2d)
672
+ - **Security:** Bump handlebars from 4.0.12 to 4.1.0 ([#139](https://github.com/SAP/ui5-cli/issues/139)) [`ec081b6`](https://github.com/SAP/ui5-cli/commit/ec081b61df118921cbe4f050a42cc4ecaf6596c6)
673
+
674
+ ### Features
675
+ - **ui5 tree:** Add dedupe option [`91580a8`](https://github.com/SAP/ui5-cli/commit/91580a8e786a1f63365bd70617403281d5c4c8e3)
676
+
677
+
678
+ <a name="v1.1.0"></a>
679
+ ## [v1.1.0] - 2019-02-05
680
+ ### Features
681
+ - Publish npm-shrinkwrap.json [`abc5d5e`](https://github.com/SAP/ui5-cli/commit/abc5d5e322696c607adecb20a70d46542862d8ee)
682
+
683
+
684
+ <a name="v1.0.1"></a>
685
+ ## [v1.0.1] - 2019-02-01
686
+ ### Dependency Updates
687
+ - Add direct dependency to [@ui5](https://github.com/ui5)/fs [`b3eb422`](https://github.com/SAP/ui5-cli/commit/b3eb422300eac59d130548c4ee0025872adb0ce4)
688
+ - Bump [@ui5](https://github.com/ui5)/builder from 1.0.0 to 1.0.1 ([#131](https://github.com/SAP/ui5-cli/issues/131)) [`46bae7b`](https://github.com/SAP/ui5-cli/commit/46bae7bdef2e500bf4e9953cc8cd13816edb553f)
689
+
690
+
691
+ <a name="v1.0.0"></a>
692
+ ## [v1.0.0] - 2019-01-10
693
+ ### Dependency Updates
694
+ - Bump [@ui5](https://github.com/ui5)/server from 0.2.2 to 1.0.0 ([#117](https://github.com/SAP/ui5-cli/issues/117)) [`a3c97b4`](https://github.com/SAP/ui5-cli/commit/a3c97b459aecdc9e6afb829dc380945ec221ede6)
695
+ - Bump [@ui5](https://github.com/ui5)/builder from 0.2.9 to 1.0.0 ([#115](https://github.com/SAP/ui5-cli/issues/115)) [`b979899`](https://github.com/SAP/ui5-cli/commit/b9798990f9806c13405bc1e919e4c6a82db5e855)
696
+ - Bump [@ui5](https://github.com/ui5)/logger from 0.2.2 to 1.0.0 ([#114](https://github.com/SAP/ui5-cli/issues/114)) [`6df410e`](https://github.com/SAP/ui5-cli/commit/6df410e808477b3b7cdbed0b2f0590fa1ece17a2)
697
+
698
+ ### Features
699
+ - **ui5 init:** Use specVersion: '1.0' [`d0bfe7e`](https://github.com/SAP/ui5-cli/commit/d0bfe7ef02d9dde50ed32abb9e6e70375d3263fc)
700
+
701
+
702
+ <a name="v0.2.9"></a>
703
+ ## [v0.2.9] - 2019-01-03
704
+
705
+ <a name="v0.2.8"></a>
706
+ ## [v0.2.8] - 2018-12-19
707
+
708
+ <a name="v0.2.7"></a>
709
+ ## [v0.2.7] - 2018-12-06
710
+
711
+ <a name="v0.2.6"></a>
712
+ ## [v0.2.6] - 2018-11-20
713
+
714
+ <a name="v0.2.5"></a>
715
+ ## [v0.2.5] - 2018-11-20
716
+ ### Features
717
+ - Versions Command [`6c75777`](https://github.com/SAP/ui5-cli/commit/6c75777e9ac686d3488cafc5627842810be3afd4)
718
+
719
+
720
+ <a name="v0.2.4"></a>
721
+ ## [v0.2.4] - 2018-11-17
722
+ ### Features
723
+ - Prefer local over global CLI version ([#59](https://github.com/SAP/ui5-cli/issues/59)) [`3c2a0a8`](https://github.com/SAP/ui5-cli/commit/3c2a0a898742a118206b1009188a7d4933fe8a89)
724
+
725
+
726
+ <a name="v0.2.3"></a>
727
+ ## [v0.2.3] - 2018-10-29
728
+
729
+ <a name="v0.2.2"></a>
730
+ ## [v0.2.2] - 2018-10-10
731
+
732
+ <a name="v0.2.1"></a>
733
+ ## [v0.2.1] - 2018-07-17
734
+
735
+ <a name="v0.2.0"></a>
736
+ ## [v0.2.0] - 2018-07-12
737
+ ### Features
738
+ - Add Node.js version check [`80b5bfe`](https://github.com/SAP/ui5-cli/commit/80b5bfe1d53494889c794171109321ebbd3f8d61)
739
+ - Add update notifier [`90d03ba`](https://github.com/SAP/ui5-cli/commit/90d03ba8e86f9925b8a9c45cd72ecc28cda75eab)
740
+
741
+
742
+ <a name="v0.1.0"></a>
743
+ ## [v0.1.0] - 2018-06-26
744
+
745
+ <a name="v0.0.2"></a>
746
+ ## [v0.0.2] - 2018-06-21
747
+
748
+ <a name="v0.0.1"></a>
749
+ ## v0.0.1 - 2018-06-06
750
+
751
+ [v3.0.0-alpha.4]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.3...v3.0.0-alpha.4
752
+ [v3.0.0-alpha.3]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
753
+ [v3.0.0-alpha.2]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
754
+ [v3.0.0-alpha.1]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.0...v3.0.0-alpha.1
755
+ [v3.0.0-alpha.0]: https://github.com/SAP/ui5-cli/compare/v2.14.1...v3.0.0-alpha.0
756
+ [v2.14.1]: https://github.com/SAP/ui5-cli/compare/v2.14.0...v2.14.1
757
+ [v2.14.0]: https://github.com/SAP/ui5-cli/compare/v2.13.0...v2.14.0
758
+ [v2.13.0]: https://github.com/SAP/ui5-cli/compare/v2.12.1...v2.13.0
759
+ [v2.12.1]: https://github.com/SAP/ui5-cli/compare/v2.12.0...v2.12.1
760
+ [v2.12.0]: https://github.com/SAP/ui5-cli/compare/v2.11.3...v2.12.0
761
+ [v2.11.3]: https://github.com/SAP/ui5-cli/compare/v2.11.2...v2.11.3
762
+ [v2.11.2]: https://github.com/SAP/ui5-cli/compare/v2.11.1...v2.11.2
763
+ [v2.11.1]: https://github.com/SAP/ui5-cli/compare/v2.11.0...v2.11.1
764
+ [v2.11.0]: https://github.com/SAP/ui5-cli/compare/v2.10.4...v2.11.0
765
+ [v2.10.4]: https://github.com/SAP/ui5-cli/compare/v2.10.3...v2.10.4
766
+ [v2.10.3]: https://github.com/SAP/ui5-cli/compare/v2.10.2...v2.10.3
767
+ [v2.10.2]: https://github.com/SAP/ui5-cli/compare/v2.10.1...v2.10.2
768
+ [v2.10.1]: https://github.com/SAP/ui5-cli/compare/v2.10.0...v2.10.1
769
+ [v2.10.0]: https://github.com/SAP/ui5-cli/compare/v2.9.3...v2.10.0
770
+ [v2.9.3]: https://github.com/SAP/ui5-cli/compare/v2.9.2...v2.9.3
771
+ [v2.9.2]: https://github.com/SAP/ui5-cli/compare/v2.9.1...v2.9.2
772
+ [v2.9.1]: https://github.com/SAP/ui5-cli/compare/v2.9.0...v2.9.1
773
+ [v2.9.0]: https://github.com/SAP/ui5-cli/compare/v2.8.1...v2.9.0
774
+ [v2.8.1]: https://github.com/SAP/ui5-cli/compare/v2.8.0...v2.8.1
775
+ [v2.8.0]: https://github.com/SAP/ui5-cli/compare/v2.7.1...v2.8.0
776
+ [v2.7.1]: https://github.com/SAP/ui5-cli/compare/v2.7.0...v2.7.1
777
+ [v2.7.0]: https://github.com/SAP/ui5-cli/compare/v2.6.6...v2.7.0
778
+ [v2.6.6]: https://github.com/SAP/ui5-cli/compare/v2.6.5...v2.6.6
779
+ [v2.6.5]: https://github.com/SAP/ui5-cli/compare/v2.6.4...v2.6.5
780
+ [v2.6.4]: https://github.com/SAP/ui5-cli/compare/v2.6.3...v2.6.4
781
+ [v2.6.3]: https://github.com/SAP/ui5-cli/compare/v2.6.2...v2.6.3
782
+ [v2.6.2]: https://github.com/SAP/ui5-cli/compare/v2.6.1...v2.6.2
783
+ [v2.6.1]: https://github.com/SAP/ui5-cli/compare/v2.6.0...v2.6.1
784
+ [v2.6.0]: https://github.com/SAP/ui5-cli/compare/v2.5.0...v2.6.0
785
+ [v2.5.0]: https://github.com/SAP/ui5-cli/compare/v2.4.5...v2.5.0
786
+ [v2.4.5]: https://github.com/SAP/ui5-cli/compare/v2.4.4...v2.4.5
787
+ [v2.4.4]: https://github.com/SAP/ui5-cli/compare/v2.4.3...v2.4.4
788
+ [v2.4.3]: https://github.com/SAP/ui5-cli/compare/v2.4.2...v2.4.3
789
+ [v2.4.2]: https://github.com/SAP/ui5-cli/compare/v2.4.1...v2.4.2
790
+ [v2.4.1]: https://github.com/SAP/ui5-cli/compare/v2.4.0...v2.4.1
791
+ [v2.4.0]: https://github.com/SAP/ui5-cli/compare/v2.3.2...v2.4.0
792
+ [v2.3.2]: https://github.com/SAP/ui5-cli/compare/v2.3.1...v2.3.2
793
+ [v2.3.1]: https://github.com/SAP/ui5-cli/compare/v2.3.0...v2.3.1
794
+ [v2.3.0]: https://github.com/SAP/ui5-cli/compare/v2.2.6...v2.3.0
795
+ [v2.2.6]: https://github.com/SAP/ui5-cli/compare/v2.2.5...v2.2.6
796
+ [v2.2.5]: https://github.com/SAP/ui5-cli/compare/v2.2.4...v2.2.5
797
+ [v2.2.4]: https://github.com/SAP/ui5-cli/compare/v2.2.3...v2.2.4
798
+ [v2.2.3]: https://github.com/SAP/ui5-cli/compare/v2.2.2...v2.2.3
799
+ [v2.2.2]: https://github.com/SAP/ui5-cli/compare/v2.2.1...v2.2.2
800
+ [v2.2.1]: https://github.com/SAP/ui5-cli/compare/v2.2.0...v2.2.1
801
+ [v2.2.0]: https://github.com/SAP/ui5-cli/compare/v2.1.0...v2.2.0
802
+ [v2.1.0]: https://github.com/SAP/ui5-cli/compare/v2.0.3...v2.1.0
803
+ [v2.0.3]: https://github.com/SAP/ui5-cli/compare/v2.0.2...v2.0.3
804
+ [v2.0.2]: https://github.com/SAP/ui5-cli/compare/v2.0.1...v2.0.2
805
+ [v2.0.1]: https://github.com/SAP/ui5-cli/compare/v2.0.0...v2.0.1
806
+ [v2.0.0]: https://github.com/SAP/ui5-cli/compare/v1.14.0...v2.0.0
807
+ [v1.14.0]: https://github.com/SAP/ui5-cli/compare/v1.13.1...v1.14.0
808
+ [v1.13.1]: https://github.com/SAP/ui5-cli/compare/v1.13.0...v1.13.1
809
+ [v1.13.0]: https://github.com/SAP/ui5-cli/compare/v1.12.2...v1.13.0
810
+ [v1.12.2]: https://github.com/SAP/ui5-cli/compare/v1.12.1...v1.12.2
811
+ [v1.12.1]: https://github.com/SAP/ui5-cli/compare/v1.12.0...v1.12.1
812
+ [v1.12.0]: https://github.com/SAP/ui5-cli/compare/v1.11.1...v1.12.0
813
+ [v1.11.1]: https://github.com/SAP/ui5-cli/compare/v1.11.0...v1.11.1
814
+ [v1.11.0]: https://github.com/SAP/ui5-cli/compare/v1.10.0...v1.11.0
815
+ [v1.10.0]: https://github.com/SAP/ui5-cli/compare/v1.9.0...v1.10.0
816
+ [v1.9.0]: https://github.com/SAP/ui5-cli/compare/v1.8.1...v1.9.0
817
+ [v1.8.1]: https://github.com/SAP/ui5-cli/compare/v1.8.0...v1.8.1
818
+ [v1.8.0]: https://github.com/SAP/ui5-cli/compare/v1.7.0...v1.8.0
819
+ [v1.7.0]: https://github.com/SAP/ui5-cli/compare/v1.6.0...v1.7.0
820
+ [v1.6.0]: https://github.com/SAP/ui5-cli/compare/v1.5.5...v1.6.0
821
+ [v1.5.5]: https://github.com/SAP/ui5-cli/compare/v1.5.4...v1.5.5
822
+ [v1.5.4]: https://github.com/SAP/ui5-cli/compare/v1.5.3...v1.5.4
823
+ [v1.5.3]: https://github.com/SAP/ui5-cli/compare/v1.5.2...v1.5.3
824
+ [v1.5.2]: https://github.com/SAP/ui5-cli/compare/v1.5.1...v1.5.2
825
+ [v1.5.1]: https://github.com/SAP/ui5-cli/compare/v1.5.0...v1.5.1
826
+ [v1.5.0]: https://github.com/SAP/ui5-cli/compare/v1.4.4...v1.5.0
827
+ [v1.4.4]: https://github.com/SAP/ui5-cli/compare/v1.4.3...v1.4.4
828
+ [v1.4.3]: https://github.com/SAP/ui5-cli/compare/v1.4.2...v1.4.3
829
+ [v1.4.2]: https://github.com/SAP/ui5-cli/compare/v1.4.1...v1.4.2
830
+ [v1.4.1]: https://github.com/SAP/ui5-cli/compare/v1.4.0...v1.4.1
831
+ [v1.4.0]: https://github.com/SAP/ui5-cli/compare/v1.3.1...v1.4.0
832
+ [v1.3.1]: https://github.com/SAP/ui5-cli/compare/v1.3.0...v1.3.1
833
+ [v1.3.0]: https://github.com/SAP/ui5-cli/compare/v1.2.4...v1.3.0
834
+ [v1.2.4]: https://github.com/SAP/ui5-cli/compare/v1.2.3...v1.2.4
835
+ [v1.2.3]: https://github.com/SAP/ui5-cli/compare/v1.2.2...v1.2.3
836
+ [v1.2.2]: https://github.com/SAP/ui5-cli/compare/v1.2.1...v1.2.2
837
+ [v1.2.1]: https://github.com/SAP/ui5-cli/compare/v1.2.0...v1.2.1
838
+ [v1.2.0]: https://github.com/SAP/ui5-cli/compare/v1.1.0...v1.2.0
839
+ [v1.1.0]: https://github.com/SAP/ui5-cli/compare/v1.0.1...v1.1.0
840
+ [v1.0.1]: https://github.com/SAP/ui5-cli/compare/v1.0.0...v1.0.1
841
+ [v1.0.0]: https://github.com/SAP/ui5-cli/compare/v0.2.9...v1.0.0
842
+ [v0.2.9]: https://github.com/SAP/ui5-cli/compare/v0.2.8...v0.2.9
843
+ [v0.2.8]: https://github.com/SAP/ui5-cli/compare/v0.2.7...v0.2.8
844
+ [v0.2.7]: https://github.com/SAP/ui5-cli/compare/v0.2.6...v0.2.7
845
+ [v0.2.6]: https://github.com/SAP/ui5-cli/compare/v0.2.5...v0.2.6
846
+ [v0.2.5]: https://github.com/SAP/ui5-cli/compare/v0.2.4...v0.2.5
847
+ [v0.2.4]: https://github.com/SAP/ui5-cli/compare/v0.2.3...v0.2.4
848
+ [v0.2.3]: https://github.com/SAP/ui5-cli/compare/v0.2.2...v0.2.3
849
+ [v0.2.2]: https://github.com/SAP/ui5-cli/compare/v0.2.1...v0.2.2
850
+ [v0.2.1]: https://github.com/SAP/ui5-cli/compare/v0.2.0...v0.2.1
851
+ [v0.2.0]: https://github.com/SAP/ui5-cli/compare/v0.1.0...v0.2.0
852
+ [v0.1.0]: https://github.com/SAP/ui5-cli/compare/v0.0.2...v0.1.0
853
+ [v0.0.2]: https://github.com/SAP/ui5-cli/compare/v0.0.1...v0.0.2