UNPKG

61.7 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5### [1.18.3](https://github.com/oclif/config/compare/v1.17.0...v1.18.3) (2022-01-31)
6
7
8### Bug Fixes
9
10* module resolution of linked plugins ([#302](https://github.com/oclif/config/issues/302)) ([2ca8627](https://github.com/oclif/config/commit/2ca862707d65201b946a6792a47da171234b4d0c))
11
12## [1.18.3](https://github.com/oclif/config/compare/v1.17.0...v1.18.3) (2022-01-31)
13
14
15### Bug Fixes
16
17* module resolution of linked plugins ([#302](https://github.com/oclif/config/issues/302)) ([2ca8627](https://github.com/oclif/config/commit/2ca862707d65201b946a6792a47da171234b4d0c))
18
19
20### Reverts
21
22* Revert "Fix plugins not being found when no node_modules exists (#171)" ([3ac747b](https://github.com/oclif/config/commit/3ac747b0f1adf4c7b43d57305dcc944c597ac6df)), closes [#171](https://github.com/oclif/config/issues/171)
23
24
25
26# [1.17.0](https://github.com/oclif/config/compare/v1.16.0...v1.17.0) (2020-08-03)
27
28
29### Features
30
31* support src/command/index cmd ([#153](https://github.com/oclif/config/issues/153)) ([71fb6d9](https://github.com/oclif/config/commit/71fb6d9b98bff6c2ccee6961c8afa8403a8b1366))
32
33
34
35# [1.16.0](https://github.com/oclif/config/compare/v1.15.1...v1.16.0) (2020-06-29)
36
37
38### Bug Fixes
39
40* globby dep ([#102](https://github.com/oclif/config/issues/102)) ([e47d497](https://github.com/oclif/config/commit/e47d497b5e6e28edaa546ce2b91f6700fa196818))
41
42
43### Features
44
45* add postrun hook ([#111](https://github.com/oclif/config/issues/111)) ([149529d](https://github.com/oclif/config/commit/149529d07b15514add2d4e7453e10d204603ef1b))
46* add support for experimentalDecorators and emitDecoratorMetadata from tsconfig.json ([#97](https://github.com/oclif/config/issues/97)) ([89bb82b](https://github.com/oclif/config/commit/89bb82b121e103834f2b75f0498fa65eab6afe5e))
47* adds support for WSL ([#107](https://github.com/oclif/config/issues/107)) ([d64a537](https://github.com/oclif/config/commit/d64a537618ecc2369c422daf3144377cb505c851))
48
49
50
51## [1.15.1](https://github.com/oclif/config/compare/v1.15.0...v1.15.1) (2020-04-14)
52
53
54### Bug Fixes
55
56* do not load oclif.devPlugins in production ([#104](https://github.com/oclif/config/issues/104)) ([c850bbe](https://github.com/oclif/config/commit/c850bbeb5f73b389c990a46dc2338512d0b311f6))
57
58
59
60# [1.15.0](https://github.com/oclif/config/compare/v1.14.0...v1.15.0) (2020-04-14)
61
62
63### Features
64
65* add helpClass to pjson.oclif types ([#103](https://github.com/oclif/config/issues/103)) ([b40d645](https://github.com/oclif/config/commit/b40d64599a600bef315bf9a3fa0ed8405bfccc0a))
66
67
68
69# [1.14.0](https://github.com/oclif/config/compare/v1.13.3...v1.14.0) (2020-02-06)
70
71
72### Bug Fixes
73
74* make `@oclif/errors` a dependency ([#90](https://github.com/oclif/config/issues/90)) ([e96277c](https://github.com/oclif/config/commit/e96277cb63ee2ebd14cf18b3fab85ea4c8f99bbb))
75
76
77### Features
78
79* support .tsx files with JSX syntax ([#96](https://github.com/oclif/config/issues/96)) ([6c800f2](https://github.com/oclif/config/commit/6c800f2966f7d1d5846ca7ffda8955b4b2aa6400))
80
81
82
83## [1.13.3](https://github.com/oclif/config/compare/v1.13.2...v1.13.3) (2019-08-15)
84
85
86### Bug Fixes
87
88* limit warning about missing files attribute ([#86](https://github.com/oclif/config/issues/86)) ([d84a238](https://github.com/oclif/config/commit/d84a238cb7b4410a112138a2d957579afcf3875a))
89
90
91
92## [1.13.2](https://github.com/oclif/config/compare/v1.13.1...v1.13.2) (2019-07-11)
93
94
95
96## [1.13.1](https://github.com/oclif/config/compare/v1.13.0...v1.13.1) (2019-07-10)
97
98
99
100# [1.13.0](https://github.com/oclif/config/compare/v1.12.12...v1.13.0) (2019-05-09)
101
102
103### Features
104
105* Add 'helpLabel' flag option ([#81](https://github.com/oclif/config/issues/81)) ([a672f9c](https://github.com/oclif/config/commit/a672f9c40f96f7f18ca1aeef291560bc122b8ca3))
106
107
108
109## [1.12.12](https://github.com/oclif/config/compare/v1.12.11...v1.12.12) (2019-03-29)
110
111
112### Bug Fixes
113
114* allow process.emitWarning to receive non-error object ([#79](https://github.com/oclif/config/issues/79)) ([647a78e](https://github.com/oclif/config/commit/647a78eec720cc7bbf4aa154fb54131eb601be19))
115
116
117
118## [1.12.11](https://github.com/oclif/config/compare/v1.12.10...v1.12.11) (2019-03-20)
119
120
121### Bug Fixes
122
123* use proper plugin type def ([#78](https://github.com/oclif/config/issues/78)) ([5dca287](https://github.com/oclif/config/commit/5dca2872e460c6ba9cec449d8a1b8dd33b47e1e0))
124
125
126
127## [1.12.10](https://github.com/oclif/config/compare/v1.12.9...v1.12.10) (2019-03-13)
128
129
130### Bug Fixes
131
132* allow loading typescript from plugin root ([#77](https://github.com/oclif/config/issues/77)) ([30df3fe](https://github.com/oclif/config/commit/30df3fe839595125435463e9ac27745b13b6319c))
133
134
135
136## [1.12.9](https://github.com/oclif/config/compare/v1.12.8...v1.12.9) (2019-02-27)
137
138
139
140## [1.12.8](https://github.com/oclif/config/compare/v1.12.7...v1.12.8) (2019-02-19)
141
142
143
144## [1.12.7](https://github.com/oclif/config/compare/v1.12.6...v1.12.7) (2019-02-19)
145
146
147### Bug Fixes
148
149* hide debug warning if typescript is not found ([#75](https://github.com/oclif/config/issues/75)) ([6994d0a](https://github.com/oclif/config/commit/6994d0ab1ff916cbcaee5f34d0ecec1e07b60f90))
150
151
152
153## [1.12.6](https://github.com/oclif/config/compare/v1.12.5...v1.12.6) (2019-02-11)
154
155
156
157## [1.12.5](https://github.com/oclif/config/compare/v1.12.4...v1.12.5) (2019-02-11)
158
159
160### Bug Fixes
161
162* typescript@3.3 ([27f6fdd](https://github.com/oclif/config/commit/27f6fdd5886b05d8612cd28b5e1155165d308ebb))
163
164
165
166## [1.12.4](https://github.com/oclif/config/compare/v1.12.3...v1.12.4) (2019-01-31)
167
168
169
170## [1.12.3](https://github.com/oclif/config/compare/v1.12.2...v1.12.3) (2019-01-31)
171
172
173### Bug Fixes
174
175* Lazy require 'typescript' module. ([#72](https://github.com/oclif/config/issues/72)) ([49ed0bd](https://github.com/oclif/config/commit/49ed0bd79267035524c4a71e731d151c52fb65fa))
176
177
178
179## [1.12.2](https://github.com/oclif/config/compare/v1.12.1...v1.12.2) (2019-01-30)
180
181
182
183## [1.12.1](https://github.com/oclif/config/compare/v1.12.0...v1.12.1) (2019-01-30)
184
185
186### Bug Fixes
187
188* Use typescript's tsconfig.json parsing functionality instead of JSON.parse ([#70](https://github.com/oclif/config/issues/70)) ([7324a99](https://github.com/oclif/config/commit/7324a993e66bf7664d631ea582fe85209ff401e7))
189
190
191
192# [1.12.0](https://github.com/oclif/config/compare/v1.11.0...v1.12.0) (2019-01-18)
193
194
195
196# [1.11.0](https://github.com/oclif/config/compare/v1.10.4...v1.11.0) (2019-01-18)
197
198
199### Features
200
201* disable registering of ts-node ([#69](https://github.com/oclif/config/issues/69)) ([3346db8](https://github.com/oclif/config/commit/3346db8685b4604589068698ea5e95a6ce50811e))
202
203
204
205## [1.10.4](https://github.com/oclif/config/compare/v1.10.3...v1.10.4) (2018-12-27)
206
207
208### Bug Fixes
209
210* undefined children ([#68](https://github.com/oclif/config/issues/68)) ([1b6d02f](https://github.com/oclif/config/commit/1b6d02f9dab4ac730874c0983e3016911754c3fa))
211
212
213
214## [1.10.3](https://github.com/oclif/config/compare/v1.10.2...v1.10.3) (2018-12-21)
215
216
217### Bug Fixes
218
219* parent & child plugins ([#57](https://github.com/oclif/config/issues/57)) ([e0b5e95](https://github.com/oclif/config/commit/e0b5e950b6700e23df6de91496e33703c75cb7e1))
220
221
222
223## [1.10.2](https://github.com/oclif/config/compare/v1.10.1...v1.10.2) (2018-12-18)
224
225
226
227## [1.10.1](https://github.com/oclif/config/compare/v1.10.0...v1.10.1) (2018-12-18)
228
229
230### Bug Fixes
231
232* move conventional-changelog to devDeps ([466ead8](https://github.com/oclif/config/commit/466ead857632251a584c9c05e425d8b67efb6201))
233
234
235
236# [1.10.0](https://github.com/oclif/config/compare/v1.9.0...v1.10.0) (2018-12-18)
237
238
239### Features
240
241* Allow acl in S3 interface ([#65](https://github.com/oclif/config/issues/65)) ([bd2e633](https://github.com/oclif/config/commit/bd2e633ef5dac0df7cfb867f6367229eaf6fba43))
242
243
244
245# [1.9.0](https://github.com/oclif/config/compare/v1.8.8...v1.9.0) (2018-11-07)
246
247
248### Features
249
250* use esModuleInterop when defined (fixes [#179](https://github.com/oclif/config/issues/179)) ([#61](https://github.com/oclif/config/issues/61)) ([5778618](https://github.com/oclif/config/commit/57786185c8bc10742b9e891e8a6126c51660f1f9))
251
252
253
254## [1.8.8](https://github.com/oclif/config/compare/v1.8.7...v1.8.8) (2018-10-13)
255
256
257### Bug Fixes
258
259* remove greenkeeper badge ([99fb3ab](https://github.com/oclif/config/commit/99fb3ab77a2070dfa10111acb307da9b4beb40d1))
260
261
262
263## [1.8.7](https://github.com/oclif/config/compare/v1.8.6...v1.8.7) (2018-10-13)
264
265
266### Bug Fixes
267
268* return promiselike ([#55](https://github.com/oclif/config/issues/55)) ([f079e79](https://github.com/oclif/config/commit/f079e79b792e4646687ccd5789d0aa65cd76443f))
269
270
271
272## [1.8.6](https://github.com/oclif/config/compare/v1.8.5...v1.8.6) (2018-10-04)
273
274
275### Bug Fixes
276
277* Add channel and version to config ctor options ([#60](https://github.com/oclif/config/issues/60)) ([65ce583](https://github.com/oclif/config/commit/65ce583d555c94fed58af087cfcd56353ba2dac9))
278
279
280
281## [1.8.5](https://github.com/oclif/config/compare/v1.8.4...v1.8.5) (2018-10-04)
282
283
284### Bug Fixes
285
286* Add preupdate hook ([#59](https://github.com/oclif/config/issues/59)) ([81890f9](https://github.com/oclif/config/commit/81890f91ab4e56d43fcadfe4eab1eee5230aa4a6))
287
288
289
290## [1.8.4](https://github.com/oclif/config/compare/v1.8.3...v1.8.4) (2018-10-03)
291
292
293### Bug Fixes
294
295* Hook.PluginsPreinstall shape ([52a420a](https://github.com/oclif/config/commit/52a420ac194fe7322991cb4e2e8f96743ac841e7))
296
297
298
299## [1.8.3](https://github.com/oclif/config/compare/v1.8.2...v1.8.3) (2018-10-03)
300
301
302### Bug Fixes
303
304* Add missing Hook.Update ([9c7e0e6](https://github.com/oclif/config/commit/9c7e0e6534c53c431dbf85e317c1e7acd4027b98))
305
306
307
308## [1.8.2](https://github.com/oclif/config/compare/v1.8.1...v1.8.2) (2018-10-03)
309
310
311### Bug Fixes
312
313* make hook typing less strict ([#58](https://github.com/oclif/config/issues/58)) ([b148583](https://github.com/oclif/config/commit/b148583b85fe4d2bdf9b94c7737121ae34870afd))
314
315
316
317## [1.8.1](https://github.com/oclif/config/compare/v1.8.0...v1.8.1) (2018-10-02)
318
319
320### Bug Fixes
321
322* plugins:install->preinstall ([2d501d7](https://github.com/oclif/config/commit/2d501d7a7950714eb0bc499de17fcf8d5d4e2b82))
323
324
325
326# [1.8.0](https://github.com/oclif/config/compare/v1.7.6...v1.8.0) (2018-10-02)
327
328
329### Features
330
331* plugins:preinstall ([954d1c6](https://github.com/oclif/config/commit/954d1c6348534167a06e6287409798b6f26265ce))
332
333
334
335## [1.7.6](https://github.com/oclif/config/compare/v1.7.5...v1.7.6) (2018-09-14)
336
337
338### Bug Fixes
339
340* argv is not required ([143f7a6](https://github.com/oclif/config/commit/143f7a6acc8f31d7aa4e80eaf54f4a74a0c2cf8d))
341
342
343
344## [1.7.5](https://github.com/oclif/config/compare/v1.7.4...v1.7.5) (2018-09-13)
345
346
347### Bug Fixes
348
349* updated deps ([01f51e6](https://github.com/oclif/config/commit/01f51e6a5a7ef5e4107a7f73916b6d7c7ffcd3ea))
350
351
352
353## [1.7.4](https://github.com/oclif/config/compare/v1.7.3...v1.7.4) (2018-08-31)
354
355
356### Bug Fixes
357
358* cache allowNo on boolean flags ([05964f7](https://github.com/oclif/config/commit/05964f7b490b951c1fe7f6af828540913e58d0fb))
359
360
361
362## [1.7.3](https://github.com/oclif/config/compare/v1.7.2...v1.7.3) (2018-08-30)
363
364
365### Bug Fixes
366
367* default subtopic names ([#49](https://github.com/oclif/config/issues/49)) ([c084b64](https://github.com/oclif/config/commit/c084b6414d28c564e7592b5b762b492b84c3056a)), closes [#48](https://github.com/oclif/config/issues/48)
368
369
370
371## [1.7.2](https://github.com/oclif/config/compare/v1.7.1...v1.7.2) (2018-08-27)
372
373
374### Bug Fixes
375
376* ensure plugins are set ([1ed0eb2](https://github.com/oclif/config/commit/1ed0eb2c5ecfda4211b2fbec528837908b51129b))
377
378
379
380## [1.7.1](https://github.com/oclif/config/compare/v1.7.0...v1.7.1) (2018-08-27)
381
382
383### Bug Fixes
384
385* exclude `spec` files from being loaded as commands ([#46](https://github.com/oclif/config/issues/46)) ([5854d34](https://github.com/oclif/config/commit/5854d3452a6e5a4f536dcc4c07fae8e4b277ef88)), closes [#158](https://github.com/oclif/config/issues/158)
386
387
388
389# [1.7.0](https://github.com/oclif/config/compare/v1.6.33...v1.7.0) (2018-08-17)
390
391
392### Features
393
394* typescript 3 ([74d7acb](https://github.com/oclif/config/commit/74d7acbbbb532c8caa7e66318bb3c47f7f2000c1))
395
396
397
398## [1.6.33](https://github.com/oclif/config/compare/v1.6.32...v1.6.33) (2018-06-20)
399
400
401### Bug Fixes
402
403* add repositoryPrefix ([73698bd](https://github.com/oclif/config/commit/73698bd173ba95c03694c567d433f2a7fa1752f3))
404
405
406
407## [1.6.32](https://github.com/oclif/config/compare/v1.6.31...v1.6.32) (2018-06-18)
408
409
410### Bug Fixes
411
412* add rootDir from tsconfig for plugins that use it ([#39](https://github.com/oclif/config/issues/39)) ([a6078d1](https://github.com/oclif/config/commit/a6078d1d4852a4c70e49840eebc5f1fdeca0fe0e))
413
414
415### Reverts
416
417* Revert "fix: --declarationMap" ([7c5284d](https://github.com/oclif/config/commit/7c5284d6bb868aa41efa53ac50ff0ae5f292c1a8))
418
419
420
421## [1.6.31](https://github.com/oclif/config/compare/v1.6.30...v1.6.31) (2018-06-16)
422
423
424### Bug Fixes
425
426* --declarationMap ([e0c5171](https://github.com/oclif/config/commit/e0c5171870a9345eb6453b3730bb28aed3b29f38))
427
428
429
430## [1.6.30](https://github.com/oclif/config/compare/v1.6.29...v1.6.30) (2018-06-15)
431
432
433### Bug Fixes
434
435* s3 template defaulting ([03f61ec](https://github.com/oclif/config/commit/03f61ecb35a5d37c88ef4cf82fff465568425c51))
436
437
438
439## [1.6.29](https://github.com/oclif/config/compare/v1.6.28...v1.6.29) (2018-06-15)
440
441
442### Bug Fixes
443
444* sort commands by id ([8245d9c](https://github.com/oclif/config/commit/8245d9c583be7092c76848a7ba95805f3ae0b1f4))
445
446
447
448## [1.6.28](https://github.com/oclif/config/compare/v1.6.27...v1.6.28) (2018-06-12)
449
450
451### Bug Fixes
452
453* add aliases to pjson ([859499d](https://github.com/oclif/config/commit/859499d27cc26f1fcd88eeed02c15bdfbc7a3e52))
454
455
456
457## [1.6.27](https://github.com/oclif/config/compare/v1.6.26...v1.6.27) (2018-06-01)
458
459
460### Bug Fixes
461
462* imports ([9b17c77](https://github.com/oclif/config/commit/9b17c778e2bcd80c4947d4946d99960be9965fab))
463
464
465
466## [1.6.26](https://github.com/oclif/config/compare/v1.6.25...v1.6.26) (2018-06-01)
467
468
469### Bug Fixes
470
471* add optional url type to user plugins ([57cb0c5](https://github.com/oclif/config/commit/57cb0c503302bd401cc90c8836d014bd0f4bd003))
472
473
474
475## [1.6.25](https://github.com/oclif/config/compare/v1.6.24...v1.6.25) (2018-06-01)
476
477
478### Bug Fixes
479
480* add tslib ([f44135a](https://github.com/oclif/config/commit/f44135a3bd02a5ad78f42e6cc43d1c76e9583a0c))
481
482
483
484## [1.6.24](https://github.com/oclif/config/compare/v1.6.23...v1.6.24) (2018-05-31)
485
486
487
488## [1.6.23](https://github.com/oclif/config/compare/v1.6.22...v1.6.23) (2018-05-31)
489
490
491### Bug Fixes
492
493* make imports not use "import *" to avoid node warning ([eac2edc](https://github.com/oclif/config/commit/eac2edcd2bec33b342cc604e41ec5c635f2a1f4e))
494
495
496
497## [1.6.22](https://github.com/oclif/config/compare/v1.6.21...v1.6.22) (2018-05-31)
498
499
500### Bug Fixes
501
502* triggering release ([cd409fc](https://github.com/oclif/config/commit/cd409fc62de4dc3b46cc34066fd3a9a613e4a1e2))
503* typescript 2.9 ([8e25da5](https://github.com/oclif/config/commit/8e25da5bcb9b39d5e6d5ba0545a0b1c5b7a55b9f))
504
505
506
507## [1.6.21](https://github.com/oclif/config/compare/v1.6.20...v1.6.21) (2018-05-26)
508
509
510### Bug Fixes
511
512* do not default registry ([e29ceef](https://github.com/oclif/config/commit/e29ceef7fc7c4523adb77a1f5a19d02d2f365b2c))
513
514
515
516## [1.6.20](https://github.com/oclif/config/compare/v1.6.19...v1.6.20) (2018-05-26)
517
518
519### Bug Fixes
520
521* warn if files attribute is not specified ([cc73cb5](https://github.com/oclif/config/commit/cc73cb51da6a2d5c49e414107aef44b0830bb78d))
522
523
524
525## [1.6.19](https://github.com/oclif/config/compare/v1.6.18...v1.6.19) (2018-05-17)
526
527
528### Bug Fixes
529
530* add DEBUG=* to error ([9aa6384](https://github.com/oclif/config/commit/9aa63845263a4fdd2e2c50841fa9c423498e269c))
531
532
533
534## [1.6.18](https://github.com/oclif/config/compare/v1.6.17...v1.6.18) (2018-05-11)
535
536
537### Bug Fixes
538
539* handle invalid json ([eb49618](https://github.com/oclif/config/commit/eb49618fd1f36ac38a32a913106c417028f392be))
540
541
542
543## [1.6.17](https://github.com/oclif/config/compare/v1.6.16...v1.6.17) (2018-05-03)
544
545
546### Bug Fixes
547
548* allow reading oclif manifest not as a dotfile ([7ee3007](https://github.com/oclif/config/commit/7ee30077ff6cbf5f35d37d4ebfc33326a24cdf7d))
549
550
551
552## [1.6.16](https://github.com/oclif/config/compare/v1.6.15...v1.6.16) (2018-05-01)
553
554
555### Bug Fixes
556
557* set cwd to project root when loading ts-node ([d120ec1](https://github.com/oclif/config/commit/d120ec1fde3412472a647d0ef18ac241299367f9))
558
559
560
561## [1.6.15](https://github.com/oclif/config/compare/v1.6.14...v1.6.15) (2018-04-30)
562
563
564### Bug Fixes
565
566* use require.resolve to find globby and ts-node ([0a75d62](https://github.com/oclif/config/commit/0a75d62216b1015686984c89f719262dbf5f2f6b))
567
568
569
570## [1.6.14](https://github.com/oclif/config/compare/v1.6.13...v1.6.14) (2018-04-30)
571
572
573### Bug Fixes
574
575* use ts-node and globby from root of plugin ([e86e23a](https://github.com/oclif/config/commit/e86e23a73f1c1587e80492062b32cf0dba5fc982))
576
577
578
579## [1.6.13](https://github.com/oclif/config/compare/v1.6.12...v1.6.13) (2018-04-21)
580
581
582### Bug Fixes
583
584* set link plugin type ([a23329a](https://github.com/oclif/config/commit/a23329a319f78625e25f2eb22f7ec32576bfd1ca))
585
586
587
588## [1.6.12](https://github.com/oclif/config/compare/v1.6.11...v1.6.12) (2018-04-21)
589
590
591### Bug Fixes
592
593* ensure name is set ([c34b3ac](https://github.com/oclif/config/commit/c34b3aca28f8c6ee94273d051f363bc29bcbe351))
594
595
596
597## [1.6.11](https://github.com/oclif/config/compare/v1.6.10...v1.6.11) (2018-04-21)
598
599
600### Bug Fixes
601
602* loading plugins ([9082eb0](https://github.com/oclif/config/commit/9082eb03afb33e584ec9e9a47ef419ef55305fac))
603
604
605
606## [1.6.10](https://github.com/oclif/config/compare/v1.6.9...v1.6.10) (2018-04-21)
607
608
609### Bug Fixes
610
611* skip loading existing plugins ([f6d5a76](https://github.com/oclif/config/commit/f6d5a76c21b9f3071ea7df592df98bfe5c813556))
612
613
614
615## [1.6.9](https://github.com/oclif/config/compare/v1.6.8...v1.6.9) (2018-04-21)
616
617
618### Bug Fixes
619
620* load plugins in series ([dd10ce4](https://github.com/oclif/config/commit/dd10ce49adf71ba5d1802bb2649ff15089e8e680))
621
622
623
624## [1.6.8](https://github.com/oclif/config/compare/v1.6.7...v1.6.8) (2018-04-21)
625
626
627### Bug Fixes
628
629* load subplugins ([4508dff](https://github.com/oclif/config/commit/4508dff876492db5603d82bb22b070183d46741b))
630
631
632
633## [1.6.7](https://github.com/oclif/config/compare/v1.6.6...v1.6.7) (2018-04-21)
634
635
636### Bug Fixes
637
638* add valid flag to iconfig ([80d4bf9](https://github.com/oclif/config/commit/80d4bf9b02005d276dde55927a587f52cb268cd4))
639
640
641
642## [1.6.6](https://github.com/oclif/config/compare/v1.6.5...v1.6.6) (2018-04-20)
643
644
645### Bug Fixes
646
647* fixed debug message ([4beac37](https://github.com/oclif/config/commit/4beac3736023f0b4827d6a97187fb5579c06872e))
648
649
650
651## [1.6.5](https://github.com/oclif/config/compare/v1.6.4...v1.6.5) (2018-04-20)
652
653
654### Bug Fixes
655
656* improve hook debugging ([076b825](https://github.com/oclif/config/commit/076b825d42b984ad002e2e72041bf2f15172f20b))
657
658
659
660## [1.6.4](https://github.com/oclif/config/compare/v1.6.3...v1.6.4) (2018-04-17)
661
662
663### Bug Fixes
664
665* ts-node 6.x compatible ([6079753](https://github.com/oclif/config/commit/607975385c4db4ddbb9bfb0c29cfe4070dacae9a))
666
667
668
669## [1.6.3](https://github.com/oclif/config/compare/v1.6.2...v1.6.3) (2018-04-10)
670
671
672### Bug Fixes
673
674* add scope to debug ([f7b9493](https://github.com/oclif/config/commit/f7b9493e02556e15ec22bb6edb2860ff4c78b906))
675
676
677
678## [1.6.2](https://github.com/oclif/config/compare/v1.6.1...v1.6.2) (2018-04-10)
679
680
681### Bug Fixes
682
683* plugin actually needs to be nullable ([0669622](https://github.com/oclif/config/commit/066962278d980b76cb8aaa779d496de18624797d))
684
685
686
687## [1.6.1](https://github.com/oclif/config/compare/v1.6.0...v1.6.1) (2018-04-10)
688
689
690### Bug Fixes
691
692* remove name from paths ([8b478dc](https://github.com/oclif/config/commit/8b478dce017786006ebc3b32a6fde045bac282a7))
693
694
695
696# [1.6.0](https://github.com/oclif/config/compare/v1.5.0...v1.6.0) (2018-04-10)
697
698
699### Bug Fixes
700
701* export platform and arch types ([471ba1a](https://github.com/oclif/config/commit/471ba1a6a9e840344e7f8dc4c22458fe2ed620e2))
702
703
704### Features
705
706* added s3Url() ([1930702](https://github.com/oclif/config/commit/19307028a6ffe462fbfd26c5a0bbbb030b4f38b0))
707
708
709
710# [1.5.0](https://github.com/oclif/config/compare/v1.4.14...v1.5.0) (2018-04-10)
711
712
713### Features
714
715* added s3Key() ([71e0582](https://github.com/oclif/config/commit/71e058209629fb5afd75fff479b2c3e9d9e3dca3))
716
717
718
719## [1.4.14](https://github.com/oclif/config/compare/v1.4.13...v1.4.14) (2018-04-10)
720
721
722### Bug Fixes
723
724* refactor templates ([1b65f54](https://github.com/oclif/config/commit/1b65f54bacc75da5a23db0f14f268b4c4e3574ae))
725
726
727
728## [1.4.13](https://github.com/oclif/config/compare/v1.4.12...v1.4.13) (2018-04-09)
729
730
731### Bug Fixes
732
733* add versioned/non-versioned tarball templates ([b8409f6](https://github.com/oclif/config/commit/b8409f6ba895f916b531666cecf059ae5cbd1417))
734
735
736
737## [1.4.12](https://github.com/oclif/config/compare/v1.4.11...v1.4.12) (2018-04-09)
738
739
740### Bug Fixes
741
742* new template format for stable channels ([1f27a10](https://github.com/oclif/config/commit/1f27a109b3b502782e519f80e443a7540eb8687f))
743
744
745
746## [1.4.11](https://github.com/oclif/config/compare/v1.4.10...v1.4.11) (2018-04-09)
747
748
749### Bug Fixes
750
751* plugin is always set ([5611b63](https://github.com/oclif/config/commit/5611b63a901208c58dc7799e45d5f490a75ef713))
752
753
754
755## [1.4.10](https://github.com/oclif/config/compare/v1.4.9...v1.4.10) (2018-04-09)
756
757
758### Bug Fixes
759
760* add baseDir templates ([0a545f0](https://github.com/oclif/config/commit/0a545f0789fe372ee77b99385908e29892a5a6c3))
761
762
763
764## [1.4.9](https://github.com/oclif/config/compare/v1.4.8...v1.4.9) (2018-04-09)
765
766
767### Bug Fixes
768
769* channel parsing ([0aa73ba](https://github.com/oclif/config/commit/0aa73ba6f5fca2b2ee54290e6a9dfdbfb05f9186))
770
771
772
773## [1.4.8](https://github.com/oclif/config/compare/v1.4.7...v1.4.8) (2018-04-09)
774
775
776### Bug Fixes
777
778* fix channel type ([3623715](https://github.com/oclif/config/commit/362371574a05268b24116649225f31c720bd9037))
779* grab channel from version ([7bba041](https://github.com/oclif/config/commit/7bba041da7723fd5f694d6a0d17de5b6b799e839))
780* null version strings ([01b9e68](https://github.com/oclif/config/commit/01b9e681250fba00e1c447fd85fc5ad28ba538e6))
781
782
783
784## [1.4.7](https://github.com/oclif/config/compare/v1.4.6...v1.4.7) (2018-04-09)
785
786
787### Bug Fixes
788
789* add debug to hook context ([8c9d9bd](https://github.com/oclif/config/commit/8c9d9bdaab8667bd27c117428c81c2405890dffc))
790
791
792
793## [1.4.6](https://github.com/oclif/config/compare/v1.4.5...v1.4.6) (2018-04-09)
794
795
796### Bug Fixes
797
798* added binPath ([f1d5a7f](https://github.com/oclif/config/commit/f1d5a7f08c70a4c9531a2d12f73d548a40d6274b))
799
800
801
802## [1.4.5](https://github.com/oclif/config/compare/v1.4.4...v1.4.5) (2018-04-08)
803
804
805### Bug Fixes
806
807* revert dirname change ([f9ec517](https://github.com/oclif/config/commit/f9ec517953026ef15186207246ac708a3e75df49))
808
809
810
811## [1.4.4](https://github.com/oclif/config/compare/v1.4.3...v1.4.4) (2018-04-08)
812
813
814### Bug Fixes
815
816* use dirname for s3 path ([69d5e2d](https://github.com/oclif/config/commit/69d5e2d8c463d60eb6143deeb92037234cb0e4eb))
817
818
819
820## [1.4.3](https://github.com/oclif/config/compare/v1.4.2...v1.4.3) (2018-04-08)
821
822
823### Bug Fixes
824
825* minor debug edit ([807e47e](https://github.com/oclif/config/commit/807e47e9fe5ba25ce7d8cea8b7aae389290b8612))
826
827
828
829## [1.4.2](https://github.com/oclif/config/compare/v1.4.1...v1.4.2) (2018-04-08)
830
831
832### Bug Fixes
833
834* add S3_BUCKET env var ([8fa37ed](https://github.com/oclif/config/commit/8fa37ed1657039eb486f536ce8c2bff1e34da7db))
835
836
837
838## [1.4.1](https://github.com/oclif/config/compare/v1.4.0...v1.4.1) (2018-04-08)
839
840
841### Bug Fixes
842
843* improve mismatch version warning ([8a670bd](https://github.com/oclif/config/commit/8a670bd61a1d7ecbd786cc59afef9ccca2aa39d1))
844* set s3Host automatically ([29503dd](https://github.com/oclif/config/commit/29503dd1fb7ebceb7812ce9cc23607aa47a9fe31))
845
846
847
848# [1.4.0](https://github.com/oclif/config/compare/v1.3.68...v1.4.0) (2018-04-07)
849
850
851### Features
852
853* added s3 template strings ([220580a](https://github.com/oclif/config/commit/220580a795d2d7f94a011e953a504cf2bb681a4f))
854
855
856
857## [1.3.68](https://github.com/oclif/config/compare/v1.3.67...v1.3.68) (2018-04-07)
858
859
860### Bug Fixes
861
862* new update options ([9451c87](https://github.com/oclif/config/commit/9451c87e3ef3719669d7e10f12d52c54d34c005b))
863
864
865
866## [1.3.67](https://github.com/oclif/config/compare/v1.3.66...v1.3.67) (2018-04-07)
867
868
869### Bug Fixes
870
871* added autoupdate field ([63b92a2](https://github.com/oclif/config/commit/63b92a202bb8b7a839fd1383d295d1dc61a13a1c))
872
873
874
875## [1.3.66](https://github.com/oclif/config/compare/v1.3.65...v1.3.66) (2018-04-07)
876
877
878### Bug Fixes
879
880* added props for updater ([6c11c6f](https://github.com/oclif/config/commit/6c11c6f1b2dbccf0f228deeb35240cd306b10020))
881
882
883
884## [1.3.65](https://github.com/oclif/config/compare/v1.3.64...v1.3.65) (2018-04-07)
885
886
887### Bug Fixes
888
889* add root to IConfig ([a7ffb8a](https://github.com/oclif/config/commit/a7ffb8a69563276a773b10ae75283df103e461b4))
890
891
892
893## [1.3.64](https://github.com/oclif/config/compare/v1.3.63...v1.3.64) (2018-04-07)
894
895
896### Bug Fixes
897
898* added channel ([2d0d2c3](https://github.com/oclif/config/commit/2d0d2c330e5f2d37ca99e6a702ca9fef6a4b837b))
899
900
901
902## [1.3.63](https://github.com/oclif/config/compare/v1.3.62...v1.3.63) (2018-04-07)
903
904
905### Bug Fixes
906
907* windows dirname paths ([8fdc599](https://github.com/oclif/config/commit/8fdc59961781ba672964275cfd59f2a97a0eafbd))
908
909
910
911## [1.3.62](https://github.com/oclif/config/compare/v1.3.61...v1.3.62) (2018-03-26)
912
913
914### Bug Fixes
915
916* add config to hook context ([f06fa67](https://github.com/oclif/config/commit/f06fa67de5275768453bee14496bce453a5e54a7))
917
918
919
920## [1.3.61](https://github.com/oclif/config/compare/v1.3.60...v1.3.61) (2018-03-24)
921
922
923### Bug Fixes
924
925* minor debug edit ([fe14ba0](https://github.com/oclif/config/commit/fe14ba0d10228d6654fcaf08e6f2d3ff92f4e29f))
926
927
928
929## [1.3.60](https://github.com/oclif/config/compare/v1.3.59...v1.3.60) (2018-03-24)
930
931
932### Bug Fixes
933
934* move debug to dependencies ([ff29737](https://github.com/oclif/config/commit/ff29737a1990fa22e9783eb8fc7664b1f0c48f4a))
935
936
937
938## [1.3.59](https://github.com/oclif/config/compare/v1.3.58...v1.3.59) (2018-03-15)
939
940
941### Bug Fixes
942
943* add an option to throw instead or warn on manifest create ([573c26e](https://github.com/oclif/config/commit/573c26eededddd8dc308e9fe9c0a1687308d5b19))
944
945
946
947## [1.3.58](https://github.com/oclif/config/compare/v1.3.57...v1.3.58) (2018-02-28)
948
949
950### Bug Fixes
951
952* updated ts-node ([dc94ff9](https://github.com/oclif/config/commit/dc94ff9ee3e898f7a0e722600ec94853f2675879))
953
954
955
956## [1.3.57](https://github.com/oclif/config/compare/v1.3.56...v1.3.57) (2018-02-17)
957
958
959### Bug Fixes
960
961* add description to command topics ([684c214](https://github.com/oclif/config/commit/684c2147ee00b0faa6968b4fe6a7a30418d06f42))
962
963
964
965## [1.3.56](https://github.com/oclif/config/compare/v1.3.55...v1.3.56) (2018-02-17)
966
967
968### Bug Fixes
969
970* fixed uniq ([0682c7a](https://github.com/oclif/config/commit/0682c7a2b19b8f9faa472e09ad75fba90903e16c))
971
972
973
974## [1.3.55](https://github.com/oclif/config/compare/v1.3.54...v1.3.55) (2018-02-17)
975
976
977### Bug Fixes
978
979* typescript 2.7.2 ([285836e](https://github.com/oclif/config/commit/285836e80b021bb1c34c82d63fa1bb877bb4c56f))
980
981
982
983## [1.3.54](https://github.com/oclif/config/compare/v1.3.53...v1.3.54) (2018-02-17)
984
985
986### Bug Fixes
987
988* default args to [] ([de8d3f2](https://github.com/oclif/config/commit/de8d3f2d6b189a07f83f18fbe380db51768e68db))
989
990
991
992## [1.3.53](https://github.com/oclif/config/compare/v1.3.52...v1.3.53) (2018-02-17)
993
994
995### Bug Fixes
996
997* make plugin optional for single-command support ([9086435](https://github.com/oclif/config/commit/90864357c3e4c0fbf7ea8d1ce9225ad3784c04a6))
998
999
1000
1001## [1.3.52](https://github.com/oclif/config/compare/v1.3.51...v1.3.52) (2018-02-14)
1002
1003
1004### Bug Fixes
1005
1006* remove parens around platform/arch ([d3f78ba](https://github.com/oclif/config/commit/d3f78ba1419d2bf1a1e614ffc479adc4e6d042ce))
1007
1008
1009
1010## [1.3.51](https://github.com/oclif/config/compare/v1.3.50...v1.3.51) (2018-02-13)
1011
1012
1013### Bug Fixes
1014
1015* split on - when checking version ([699b922](https://github.com/oclif/config/commit/699b92296d34d93e4ab0b9bffefab4afb6ce36ef))
1016
1017
1018
1019## [1.3.50](https://github.com/oclif/config/compare/v1.3.49...v1.3.50) (2018-02-13)
1020
1021
1022### Bug Fixes
1023
1024* added scopedEnvVar* to iconfig ([718bdeb](https://github.com/oclif/config/commit/718bdeb215e1d59361997f9b18e76ef36f75bdd1))
1025
1026
1027
1028## [1.3.49](https://github.com/oclif/config/compare/v1.3.48...v1.3.49) (2018-02-13)
1029
1030
1031### Bug Fixes
1032
1033* updated tslint ([b1dce6a](https://github.com/oclif/config/commit/b1dce6a871306c587f2d29d86c8b1519c382bea5))
1034
1035
1036
1037## [1.3.48](https://github.com/oclif/config/compare/v1.3.47...v1.3.48) (2018-02-13)
1038
1039
1040### Bug Fixes
1041
1042* updated globby ([fa1e8dd](https://github.com/oclif/config/commit/fa1e8dd7c5f0e26b4a6530207064d6eb5faef7e9))
1043
1044
1045
1046## [1.3.47](https://github.com/oclif/config/compare/v1.3.46...v1.3.47) (2018-02-13)
1047
1048
1049### Bug Fixes
1050
1051* anycli rename ([62bbafb](https://github.com/oclif/config/commit/62bbafbab611f74d20c4460f4c85350533bd297b))
1052* rename to oclif ([5167c40](https://github.com/oclif/config/commit/5167c40a976d97894c5ba3c7e731b26b2393ffd6))
1053
1054
1055
1056## [1.3.46](https://github.com/oclif/config/compare/v1.3.45...v1.3.46) (2018-02-13)
1057
1058
1059### Bug Fixes
1060
1061* rename to oclif ([1b89d2c](https://github.com/oclif/config/commit/1b89d2ca893c225ece99f041339e730aeab518e0))
1062
1063
1064
1065## [1.3.45](https://github.com/oclif/config/compare/v1.3.44...v1.3.45) (2018-02-07)
1066
1067
1068### Bug Fixes
1069
1070* enable aliases ([96d4fc4](https://github.com/oclif/config/commit/96d4fc4949dae3d001d98c785587ea089067c840))
1071
1072
1073
1074## [1.3.44](https://github.com/oclif/config/compare/v1.3.43...v1.3.44) (2018-02-07)
1075
1076
1077### Bug Fixes
1078
1079* remove undefined topics ([1070e57](https://github.com/oclif/config/commit/1070e57a3dd2cb7171044f8bd872b012ffce3fdc))
1080
1081
1082
1083## [1.3.43](https://github.com/oclif/config/compare/v1.3.42...v1.3.43) (2018-02-07)
1084
1085
1086### Bug Fixes
1087
1088* make scoped package scopes friendlier ([43cc3d9](https://github.com/oclif/config/commit/43cc3d96e6fa03afbfbfc9f6f739dd4538049958))
1089
1090
1091
1092## [1.3.42](https://github.com/oclif/config/compare/v1.3.41...v1.3.42) (2018-02-07)
1093
1094
1095### Bug Fixes
1096
1097* updated errors ([2ef62cc](https://github.com/oclif/config/commit/2ef62cc057982c106bf9ecbe5406b95a09fb7ebf))
1098* use command_not_found hook ([d4c71f7](https://github.com/oclif/config/commit/d4c71f70961703f25d77048bda06787b064d40a8))
1099
1100
1101
1102## [1.3.41](https://github.com/oclif/config/compare/v1.3.40...v1.3.41) (2018-02-07)
1103
1104
1105### Bug Fixes
1106
1107* ensure config gets sent ([1bd765f](https://github.com/oclif/config/commit/1bd765f5d522b9a4fd2e67fb51043ae93264f402))
1108
1109
1110
1111## [1.3.40](https://github.com/oclif/config/compare/v1.3.39...v1.3.40) (2018-02-07)
1112
1113
1114### Bug Fixes
1115
1116* added load function ([2ecba48](https://github.com/oclif/config/commit/2ecba48bc82e558b140a9aacaebd54d3fa9f5f05))
1117
1118
1119
1120## [1.3.39](https://github.com/oclif/config/compare/v1.3.38...v1.3.39) (2018-02-07)
1121
1122
1123### Bug Fixes
1124
1125* async ([c97877a](https://github.com/oclif/config/commit/c97877a8c0696c5160c052fb651f117adceb1b55))
1126
1127
1128
1129## [1.3.38](https://github.com/oclif/config/compare/v1.3.37...v1.3.38) (2018-02-07)
1130
1131
1132### Performance Improvements
1133
1134* use fs instead of load-json-file ([7091b4d](https://github.com/oclif/config/commit/7091b4d555b99a63cb542d222968b933be600a57))
1135
1136
1137
1138## [1.3.37](https://github.com/oclif/config/compare/v1.3.36...v1.3.37) (2018-02-07)
1139
1140
1141### Bug Fixes
1142
1143* fixed skipping of ts-node ([62658b3](https://github.com/oclif/config/commit/62658b3f7c4ab205e280bde867797886be25b7ab))
1144
1145
1146
1147## [1.3.36](https://github.com/oclif/config/compare/v1.3.35...v1.3.36) (2018-02-07)
1148
1149
1150### Bug Fixes
1151
1152* optionally read example ([b0bdf14](https://github.com/oclif/config/commit/b0bdf148b070ff08ef3c639c1044bef103942c14))
1153* triggering release ([b59f755](https://github.com/oclif/config/commit/b59f755f34d01984737dbcfc765ebb946bf4cc31))
1154
1155
1156
1157## [1.3.35](https://github.com/oclif/config/compare/v1.3.34...v1.3.35) (2018-02-07)
1158
1159
1160### Bug Fixes
1161
1162* make topics a getter ([cc3e775](https://github.com/oclif/config/commit/cc3e77598f281ca5a570b7bd246d3102cd629041))
1163
1164
1165
1166## [1.3.34](https://github.com/oclif/config/compare/v1.3.33...v1.3.34) (2018-02-07)
1167
1168
1169### Bug Fixes
1170
1171* force set plugin ([0f0de6c](https://github.com/oclif/config/commit/0f0de6ce5b38eb7b55ffc5b2a0bedb4973852921))
1172
1173
1174
1175## [1.3.33](https://github.com/oclif/config/compare/v1.3.32...v1.3.33) (2018-02-07)
1176
1177
1178### Bug Fixes
1179
1180* allow finding root with name ([a559ee2](https://github.com/oclif/config/commit/a559ee2b3116fd3e2eb5ccf77904a1009c20a280))
1181
1182
1183
1184## [1.3.32](https://github.com/oclif/config/compare/v1.3.31...v1.3.32) (2018-02-07)
1185
1186
1187### Bug Fixes
1188
1189* fixed core plugins ([cb0fc8f](https://github.com/oclif/config/commit/cb0fc8f3fe65a1444bc30b31fdbc2dc64edd7fa0))
1190
1191
1192
1193## [1.3.31](https://github.com/oclif/config/compare/v1.3.30...v1.3.31) (2018-02-07)
1194
1195
1196### Bug Fixes
1197
1198* fixed hooks ([7aa5416](https://github.com/oclif/config/commit/7aa541642eb415e2c8b97decbce15813a4fbf5e8))
1199
1200
1201
1202## [1.3.30](https://github.com/oclif/config/compare/v1.3.29...v1.3.30) (2018-02-07)
1203
1204
1205### Bug Fixes
1206
1207* build topics dynamically ([8418ace](https://github.com/oclif/config/commit/8418aced04910f260ccae33c97035c02d9b3750a))
1208
1209
1210
1211## [1.3.29](https://github.com/oclif/config/compare/v1.3.28...v1.3.29) (2018-02-07)
1212
1213
1214### Bug Fixes
1215
1216* add props to config ([c09c281](https://github.com/oclif/config/commit/c09c2811d2120e542bc660c68690bb0e81cf0903))
1217
1218
1219
1220## [1.3.28](https://github.com/oclif/config/compare/v1.3.27...v1.3.28) (2018-02-07)
1221
1222
1223### Bug Fixes
1224
1225* allow legacy converter to set commands ([aa75c49](https://github.com/oclif/config/commit/aa75c497c1991bb330014f6688ef3cafe52b4f02))
1226
1227
1228
1229## [1.3.27](https://github.com/oclif/config/compare/v1.3.26...v1.3.27) (2018-02-07)
1230
1231
1232### Bug Fixes
1233
1234* add config to hook opts ([1eb0417](https://github.com/oclif/config/commit/1eb04178043fb02d1db5d2e0e78ad8bbf23ee0df))
1235
1236
1237
1238## [1.3.26](https://github.com/oclif/config/compare/v1.3.25...v1.3.26) (2018-02-07)
1239
1240
1241### Bug Fixes
1242
1243* add commandIds ([a806741](https://github.com/oclif/config/commit/a806741dee59ee016d1b91321eee88eb611a9f8a))
1244
1245
1246
1247## [1.3.25](https://github.com/oclif/config/compare/v1.3.24...v1.3.25) (2018-02-07)
1248
1249
1250### Bug Fixes
1251
1252* merge plugin properties ([b5c2553](https://github.com/oclif/config/commit/b5c2553d6d22d2aeaa9ccc02e0805c0a61aa61b4))
1253
1254
1255
1256## [1.3.24](https://github.com/oclif/config/compare/v1.3.23...v1.3.24) (2018-02-07)
1257
1258
1259### Bug Fixes
1260
1261* ignore version mismatch when publishing ([9a3e71b](https://github.com/oclif/config/commit/9a3e71bdb41a653db0e92b5eb166e16339beffca))
1262
1263
1264
1265## [1.3.23](https://github.com/oclif/config/compare/v1.3.22...v1.3.23) (2018-02-06)
1266
1267
1268### Bug Fixes
1269
1270* uniq commandIDs ([c31d9a7](https://github.com/oclif/config/commit/c31d9a73428e6386a4b0e3e848ba97b0dfc5dc85))
1271* uniq commandIDs ([b145673](https://github.com/oclif/config/commit/b145673d27428b89f1ff5f0a19930dc87a2c0e45))
1272
1273
1274
1275## [1.3.22](https://github.com/oclif/config/compare/v1.3.21...v1.3.22) (2018-02-06)
1276
1277
1278### Bug Fixes
1279
1280* export arg type ([4b07526](https://github.com/oclif/config/commit/4b075269c2e38b48abceddfa2d7071f73f54ff1d))
1281
1282
1283
1284## [1.3.21](https://github.com/oclif/config/compare/v1.3.20...v1.3.21) (2018-02-06)
1285
1286
1287### Bug Fixes
1288
1289* fixed bugs with topic parsing ([fb639fd](https://github.com/oclif/config/commit/fb639fd513772eb80a8ca934764c3e3b750aa110))
1290
1291
1292
1293## [1.3.20](https://github.com/oclif/config/compare/v1.3.19...v1.3.20) (2018-02-06)
1294
1295
1296### Bug Fixes
1297
1298* set pluginType ([1ece4fb](https://github.com/oclif/config/commit/1ece4fb325622ca723e593e9be48f7b97a9105cb))
1299
1300
1301
1302## [1.3.19](https://github.com/oclif/config/compare/v1.3.18...v1.3.19) (2018-02-06)
1303
1304
1305### Bug Fixes
1306
1307* use LoadOptions ([4c066f3](https://github.com/oclif/config/commit/4c066f378e6c822934e461fe5a035126cfe5fc99))
1308
1309
1310
1311## [1.3.18](https://github.com/oclif/config/compare/v1.3.17...v1.3.18) (2018-02-06)
1312
1313
1314### Bug Fixes
1315
1316* export LoadOptions ([08abfca](https://github.com/oclif/config/commit/08abfcae735c5448917969b0b8e6425355614394))
1317
1318
1319
1320## [1.3.17](https://github.com/oclif/config/compare/v1.3.16...v1.3.17) (2018-02-06)
1321
1322
1323### Bug Fixes
1324
1325* add missing topics ([7aed261](https://github.com/oclif/config/commit/7aed2616863fcb6c612130493d880b2fd1305617))
1326
1327
1328
1329## [1.3.16](https://github.com/oclif/config/compare/v1.3.15...v1.3.16) (2018-02-06)
1330
1331
1332### Bug Fixes
1333
1334* added flags for dev + user plugins ([621cac8](https://github.com/oclif/config/commit/621cac8060951cc492f54155e616d0198b52787c))
1335
1336
1337
1338## [1.3.15](https://github.com/oclif/config/compare/v1.3.14...v1.3.15) (2018-02-06)
1339
1340
1341### Bug Fixes
1342
1343* raise errors if must is set ([a662a73](https://github.com/oclif/config/commit/a662a738823b5f4269c3176505054a7705bc6722))
1344
1345
1346
1347## [1.3.14](https://github.com/oclif/config/compare/v1.3.13...v1.3.14) (2018-02-06)
1348
1349
1350### Bug Fixes
1351
1352* added examples to cache ([f6d9be9](https://github.com/oclif/config/commit/f6d9be9ef586c8111da0b0ba73174eed7cfd95d4))
1353
1354
1355
1356## [1.3.13](https://github.com/oclif/config/compare/v1.3.12...v1.3.13) (2018-02-06)
1357
1358
1359### Bug Fixes
1360
1361* remove title in favor of description ([26f5dc3](https://github.com/oclif/config/commit/26f5dc39d6964b271231105c98b4c09284ab51d7))
1362
1363
1364
1365## [1.3.12](https://github.com/oclif/config/compare/v1.3.11...v1.3.12) (2018-02-06)
1366
1367
1368### Bug Fixes
1369
1370* add pluginName ([5597c08](https://github.com/oclif/config/commit/5597c083fbbf50d280cfa2d1ef88f8a3060d9f22))
1371
1372
1373
1374## [1.3.11](https://github.com/oclif/config/compare/v1.3.10...v1.3.11) (2018-02-06)
1375
1376
1377### Bug Fixes
1378
1379* fix return when no globby ([dde0f09](https://github.com/oclif/config/commit/dde0f0937b406b080425aeed1850b5724c6a0cdf))
1380
1381
1382
1383## [1.3.10](https://github.com/oclif/config/compare/v1.3.9...v1.3.10) (2018-02-06)
1384
1385
1386### Bug Fixes
1387
1388* fixed error propagation ([2cbeaf9](https://github.com/oclif/config/commit/2cbeaf92fdc86e4106105f1949e2611b0961d19c))
1389
1390
1391
1392## [1.3.9](https://github.com/oclif/config/compare/v1.3.7...v1.3.9) (2018-02-06)
1393
1394
1395### Bug Fixes
1396
1397* move @anycli/errors to dev deps ([41bb4b5](https://github.com/oclif/config/commit/41bb4b521fdf37d2a3340f6e13320795558bdeef))
1398* move @anycli/errors to dev deps ([34cd88a](https://github.com/oclif/config/commit/34cd88a3f068cbd1a71f2a943cd300e51bf9a345))
1399* use @anycli/errors ([d23cd49](https://github.com/oclif/config/commit/d23cd49f4d05c1dc41cd245325881985056fac26))
1400
1401
1402
1403## [1.3.7](https://github.com/oclif/config/compare/v1.3.6...v1.3.7) (2018-02-06)
1404
1405
1406### Bug Fixes
1407
1408* use CLIError when command is not found ([ef0a6ac](https://github.com/oclif/config/commit/ef0a6ac5d70ffb5f41bcc3d9b069a9d8d74c02ef))
1409
1410
1411
1412## [1.3.6](https://github.com/oclif/config/compare/v1.3.5...v1.3.6) (2018-02-06)
1413
1414
1415### Bug Fixes
1416
1417* make plugin more easily extendable ([735667c](https://github.com/oclif/config/commit/735667ccec345fd046427343321b7053b4c88870))
1418
1419
1420
1421## [1.3.5](https://github.com/oclif/config/compare/v1.3.4...v1.3.5) (2018-02-06)
1422
1423
1424### Bug Fixes
1425
1426* fixed valid flag ([9385f54](https://github.com/oclif/config/commit/9385f545ea7f8e00ba530a09a83276e8f399f5d2))
1427
1428
1429
1430## [1.3.4](https://github.com/oclif/config/compare/v1.3.3...v1.3.4) (2018-02-05)
1431
1432
1433### Bug Fixes
1434
1435* inspect log input ([3de1e0d](https://github.com/oclif/config/commit/3de1e0db9a793cf56337d281bc12432e56926e5c))
1436
1437
1438
1439## [1.3.3](https://github.com/oclif/config/compare/v1.3.2...v1.3.3) (2018-02-05)
1440
1441
1442### Bug Fixes
1443
1444* fixed passing error to cli-ux ([2389fe5](https://github.com/oclif/config/commit/2389fe555f24f2bd1a902be3185e7ec4f0379495))
1445
1446
1447
1448## [1.3.2](https://github.com/oclif/config/compare/v1.3.1...v1.3.2) (2018-02-05)
1449
1450
1451### Bug Fixes
1452
1453* hide globby error ([ee7aef4](https://github.com/oclif/config/commit/ee7aef4a4080c9b8983ba322e03db5a0a09135ea))
1454
1455
1456
1457## [1.3.1](https://github.com/oclif/config/compare/v1.3.0...v1.3.1) (2018-02-05)
1458
1459
1460### Bug Fixes
1461
1462* improve error handling ([5dc1d5e](https://github.com/oclif/config/commit/5dc1d5ed9a430f5cebc2ff1987757c04c0c3ae39))
1463
1464
1465
1466# [1.3.0](https://github.com/oclif/config/compare/v1.2.3...v1.3.0) (2018-02-05)
1467
1468
1469### Bug Fixes
1470
1471* add tslint ignore ([20f2c72](https://github.com/oclif/config/commit/20f2c72ff7ceb342213a66fc0e7809447e2371a3))
1472
1473
1474### Features
1475
1476* added error rendering ([2550854](https://github.com/oclif/config/commit/25508548f5877f0884a3a5466bf63c65f3c3c407))
1477
1478
1479
1480## [1.2.3](https://github.com/oclif/config/compare/v1.2.2...v1.2.3) (2018-02-05)
1481
1482
1483### Bug Fixes
1484
1485* fixed ExitError ([7049d27](https://github.com/oclif/config/commit/7049d277225408dc81b0633d7c4cbeca13965bf2))
1486* fixed ExitError ([c0e94ba](https://github.com/oclif/config/commit/c0e94ba2d23d7c61fde8f9b6004169da9348ed5f))
1487
1488
1489
1490## [1.2.2](https://github.com/oclif/config/compare/v1.2.1...v1.2.2) (2018-02-05)
1491
1492
1493### Bug Fixes
1494
1495* export ExitError ([0464eed](https://github.com/oclif/config/commit/0464eed05da94f69d210fd6b8d67f35616e5ef22))
1496
1497
1498
1499## [1.2.1](https://github.com/oclif/config/compare/v1.2.0...v1.2.1) (2018-02-05)
1500
1501
1502### Bug Fixes
1503
1504* add exit code to error ([4297d2a](https://github.com/oclif/config/commit/4297d2a41f6a9581c9183f662ce5f89602822cf4))
1505
1506
1507
1508# [1.2.0](https://github.com/oclif/config/compare/v1.1.8...v1.2.0) (2018-02-05)
1509
1510
1511### Features
1512
1513* add hook context ([c287a0e](https://github.com/oclif/config/commit/c287a0ea59fa9c7d37d1490dfa36e252cf367c92))
1514
1515
1516
1517## [1.1.8](https://github.com/oclif/config/compare/v1.1.7...v1.1.8) (2018-02-05)
1518
1519
1520### Bug Fixes
1521
1522* rethrow cli-ux errors ([23c3d2f](https://github.com/oclif/config/commit/23c3d2f063ecbe3d34ee56b5063d8298a2a53349))
1523
1524
1525
1526## [1.1.7](https://github.com/oclif/config/compare/v1.1.6...v1.1.7) (2018-02-05)
1527
1528
1529### Bug Fixes
1530
1531* optionally include id on init ([a436947](https://github.com/oclif/config/commit/a436947f7dd537282934b1398b952102762fb1de))
1532
1533
1534
1535## [1.1.6](https://github.com/oclif/config/compare/v1.1.5...v1.1.6) (2018-02-05)
1536
1537
1538### Bug Fixes
1539
1540* allow custom hooks ([6ce0cdd](https://github.com/oclif/config/commit/6ce0cdd5fcb876c4f2cb869b350f499784494d5d))
1541
1542
1543
1544## [1.1.5](https://github.com/oclif/config/compare/v1.1.4...v1.1.5) (2018-02-05)
1545
1546
1547### Bug Fixes
1548
1549* make dependencies optional ([14dcaa5](https://github.com/oclif/config/commit/14dcaa52767d9b76e391b702072c832af902afec))
1550
1551
1552
1553## [1.1.4](https://github.com/oclif/config/compare/v1.1.3...v1.1.4) (2018-02-05)
1554
1555
1556### Bug Fixes
1557
1558* make dependencies optional ([177bf45](https://github.com/oclif/config/commit/177bf45cdce6c80ee72a6d8853ad0af358802879))
1559
1560
1561
1562## [1.1.3](https://github.com/oclif/config/compare/v1.1.2...v1.1.3) (2018-02-05)
1563
1564
1565### Bug Fixes
1566
1567* remove cli-ux and lodash from deps ([7dbb4c9](https://github.com/oclif/config/commit/7dbb4c961d47f219501fd867fe05c78292bfa73a))
1568
1569
1570
1571## [1.1.2](https://github.com/oclif/config/compare/v1.1.1...v1.1.2) (2018-02-03)
1572
1573
1574### Bug Fixes
1575
1576* use argv for init ([78ace1b](https://github.com/oclif/config/commit/78ace1be693e1f22ea43edcfa0bb00c14ba373eb))
1577
1578
1579
1580## [1.1.1](https://github.com/oclif/config/compare/v1.1.0...v1.1.1) (2018-02-03)
1581
1582
1583### Bug Fixes
1584
1585* let command call the init hook ([aa67851](https://github.com/oclif/config/commit/aa67851770431cc8220b4ce00f3625ba7bf66c75))
1586
1587
1588
1589# [1.1.0](https://github.com/oclif/config/compare/v1.0.20...v1.1.0) (2018-02-03)
1590
1591
1592### Features
1593
1594* added init and prerun hooks ([cf9fe20](https://github.com/oclif/config/commit/cf9fe2048d009cb8c1d298267a39a7e8cae52067))
1595
1596
1597
1598## [1.0.20](https://github.com/oclif/config/compare/v1.0.19...v1.0.20) (2018-02-03)
1599
1600
1601### Bug Fixes
1602
1603* rename scope ([157fd43](https://github.com/oclif/config/commit/157fd437cac2c56236f15e770d212d133d022c94))
1604
1605
1606
1607## [1.0.19](https://github.com/oclif/config/compare/v1.0.18...v1.0.19) (2018-02-03)
1608
1609
1610### Bug Fixes
1611
1612* fixed already loaded flag ([a617ab1](https://github.com/oclif/config/commit/a617ab114ba4f30a9721d2476b534a25398d699d))
1613
1614
1615
1616## [1.0.18](https://github.com/oclif/config/compare/v1.0.17...v1.0.18) (2018-02-03)
1617
1618
1619### Bug Fixes
1620
1621* updated parser ([14be931](https://github.com/oclif/config/commit/14be9311c845e53153c1319accfffdd4ace3558f))
1622
1623
1624
1625## [1.0.17](https://github.com/oclif/config/compare/v1.0.16...v1.0.17) (2018-02-03)
1626
1627
1628### Bug Fixes
1629
1630* skip loading plugin if already loaded ([35897b0](https://github.com/oclif/config/commit/35897b079d42cf307a131ab9d53f7b3ebf7015af))
1631
1632
1633
1634## [1.0.16](https://github.com/oclif/config/compare/v1.0.15...v1.0.16) (2018-02-03)
1635
1636
1637### Bug Fixes
1638
1639* added tag ([c0c8309](https://github.com/oclif/config/commit/c0c83096944a5538738557a0535a47023ba32b99))
1640
1641
1642
1643## [1.0.15](https://github.com/oclif/config/compare/v1.0.14...v1.0.15) (2018-02-03)
1644
1645
1646### Bug Fixes
1647
1648* add interfaces for plugin types ([9af2a66](https://github.com/oclif/config/commit/9af2a66d838b56b0ff7f6a0a5d9fafedf0de94a7))
1649* improve plugin typing ([9a6e1d5](https://github.com/oclif/config/commit/9a6e1d5d0979a7acbd12894b666d2da61c93e975))
1650
1651
1652
1653## [1.0.14](https://github.com/oclif/config/compare/v1.0.13...v1.0.14) (2018-02-03)
1654
1655
1656### Bug Fixes
1657
1658* add name to link plugins ([6b9e448](https://github.com/oclif/config/commit/6b9e4481fd1f7432805408b551f8b108361c6443))
1659
1660
1661
1662## [1.0.13](https://github.com/oclif/config/compare/v1.0.12...v1.0.13) (2018-02-03)
1663
1664
1665### Bug Fixes
1666
1667* add instance ([e479049](https://github.com/oclif/config/commit/e479049efdf8e592eced0b33ac92250a0894dbee))
1668
1669
1670
1671## [1.0.12](https://github.com/oclif/config/compare/v1.0.11...v1.0.12) (2018-02-03)
1672
1673
1674### Bug Fixes
1675
1676* add Flag ([9165aba](https://github.com/oclif/config/commit/9165aba3a500d5329c867154156321c21afc62a7))
1677
1678
1679
1680## [1.0.11](https://github.com/oclif/config/compare/v1.0.10...v1.0.11) (2018-02-03)
1681
1682
1683### Bug Fixes
1684
1685* read user plugins ([39a534f](https://github.com/oclif/config/commit/39a534fc1748f38ecc75dc28672174b3745911f5))
1686
1687
1688
1689## [1.0.10](https://github.com/oclif/config/compare/v1.0.9...v1.0.10) (2018-02-03)
1690
1691
1692### Bug Fixes
1693
1694* add command/topic getters ([92a8316](https://github.com/oclif/config/commit/92a83167ce447dc7ed42e7f308ae8a435e9473b6))
1695
1696
1697
1698## [1.0.9](https://github.com/oclif/config/compare/v1.0.8...v1.0.9) (2018-02-03)
1699
1700
1701### Bug Fixes
1702
1703* add ignoreManifest flag ([0988509](https://github.com/oclif/config/commit/098850980824d851d951756d4803a378367cce1f))
1704
1705
1706
1707## [1.0.8](https://github.com/oclif/config/compare/v1.0.7...v1.0.8) (2018-02-03)
1708
1709
1710### Bug Fixes
1711
1712* fixed tsPath when no tsconfig ([8cf8808](https://github.com/oclif/config/commit/8cf88080bda2445eaacd9058fb5b2f08992b8b96))
1713
1714
1715
1716## [1.0.7](https://github.com/oclif/config/compare/v1.0.6...v1.0.7) (2018-02-03)
1717
1718
1719### Bug Fixes
1720
1721* move up config require just in case ([cec67ea](https://github.com/oclif/config/commit/cec67ea6805e373d4f9241fffb0036a9a6fea118))
1722
1723
1724
1725## [1.0.6](https://github.com/oclif/config/compare/v1.0.5...v1.0.6) (2018-02-03)
1726
1727
1728### Bug Fixes
1729
1730* fixed module.parent ([da123a7](https://github.com/oclif/config/commit/da123a76a92740bd6ff9ce9d24712be99b3a38b6))
1731
1732
1733
1734## [1.0.5](https://github.com/oclif/config/compare/v1.0.4...v1.0.5) (2018-02-03)
1735
1736
1737### Bug Fixes
1738
1739* actually we need argv in ctor ([087771f](https://github.com/oclif/config/commit/087771f2565357079300cb75202a6440bfbc4d49))
1740
1741
1742
1743## [1.0.4](https://github.com/oclif/config/compare/v1.0.3...v1.0.4) (2018-02-03)
1744
1745
1746### Bug Fixes
1747
1748* simplified constructor ([42ce9a2](https://github.com/oclif/config/commit/42ce9a24b907922d75fa1c5588b0424d95bbdfca))
1749* simplified constructor ([7203d82](https://github.com/oclif/config/commit/7203d82032f98e5ed6065196657aebf4665a1e52))
1750
1751
1752
1753## [1.0.3](https://github.com/oclif/config/compare/v1.0.2...v1.0.3) (2018-02-03)
1754
1755
1756### Bug Fixes
1757
1758* add undefined to options ([ed4c718](https://github.com/oclif/config/commit/ed4c718eb06e01399fc8c3b1fde03c4d2b63cb15))
1759
1760
1761
1762## [1.0.2](https://github.com/oclif/config/compare/v1.0.1...v1.0.2) (2018-02-03)
1763
1764
1765### Bug Fixes
1766
1767* added constructor ([63011e5](https://github.com/oclif/config/commit/63011e58f1bd45f5e08de6cbf03cad5135705b76))
1768
1769
1770
1771## [1.0.1](https://github.com/oclif/config/compare/v0.3.3...v1.0.1) (2018-02-03)
1772
1773
1774### Bug Fixes
1775
1776* add schema ([6083c8e](https://github.com/oclif/config/commit/6083c8edb0dc3178adc19093694b08f8c08792fd))
1777* no longer need tslib here ([ad1c60b](https://github.com/oclif/config/commit/ad1c60b375b5c80cd0aada9981fe7c0b16f36d0a))
1778
1779
1780### Features
1781
1782* move engine logic into config ([003c74f](https://github.com/oclif/config/commit/003c74fbcbd13a592293831dabfa7f470e8ba16a))
1783
1784
1785### BREAKING CHANGES
1786
1787* this is a big refactor that consolidates the code from @anycli/config
1788and @anycli/engine
1789
1790
1791
1792## [0.3.3](https://github.com/oclif/config/compare/v0.3.2...v0.3.3) (2018-02-02)
1793
1794
1795### Bug Fixes
1796
1797* add valid boolean ([5b9dd05](https://github.com/oclif/config/commit/5b9dd053055dc9b7324cf6fe5ed3c2b900d95475))
1798* add valid boolean ([b5fac60](https://github.com/oclif/config/commit/b5fac60699cd62e06a7c2f71cdcf789c5e7bd117))
1799* reduce dependencies needed in dev ([567d46b](https://github.com/oclif/config/commit/567d46b2c0b1a42901cfd26957d3a99a2d2b1bec))
1800
1801
1802
1803## [0.3.2](https://github.com/oclif/config/compare/v0.3.1...v0.3.2) (2018-02-02)
1804
1805
1806### Bug Fixes
1807
1808* added plugin attribute to icommand ([709921b](https://github.com/oclif/config/commit/709921b96a11cb624d5ed6b4113eb9bf08be4fb7))
1809
1810
1811
1812## [0.3.1](https://github.com/oclif/config/compare/v0.3.0...v0.3.1) (2018-02-02)
1813
1814
1815### Bug Fixes
1816
1817* add type to command ([554947d](https://github.com/oclif/config/commit/554947d2b8e9e0d908e5cee9480a4c4f928e8ee6))
1818
1819
1820
1821# [0.3.0](https://github.com/oclif/config/compare/v0.2.11...v0.3.0) (2018-02-02)
1822
1823
1824### Features
1825
1826* added loadPlugin ([57a85d7](https://github.com/oclif/config/commit/57a85d7fbb1104f6f785ed0c1f1744ec4341339a))
1827
1828
1829
1830## [0.2.11](https://github.com/oclif/config/compare/v0.2.10...v0.2.11) (2018-02-01)
1831
1832
1833### Bug Fixes
1834
1835* add getPluginCommands and read tsconfig when no .git ([623204e](https://github.com/oclif/config/commit/623204ebf443bf0e60a9b80a2eaf631519154cb6))
1836
1837
1838
1839## [0.2.10](https://github.com/oclif/config/compare/v0.2.9...v0.2.10) (2018-02-01)
1840
1841
1842### Bug Fixes
1843
1844* add constructor to icommand ([9b2e1b0](https://github.com/oclif/config/commit/9b2e1b0319e72e04d64b9b2676ecc789adbc6519))
1845
1846
1847
1848## [0.2.9](https://github.com/oclif/config/compare/v0.2.8...v0.2.9) (2018-02-01)
1849
1850
1851### Bug Fixes
1852
1853* add constructor to icommand ([ca0bd58](https://github.com/oclif/config/commit/ca0bd58f9cbb0979f52f172b5f73f2275a7ee961))
1854
1855
1856
1857## [0.2.8](https://github.com/oclif/config/compare/v0.2.7...v0.2.8) (2018-02-01)
1858
1859
1860### Bug Fixes
1861
1862* fixed typing on command args/flags ([2517177](https://github.com/oclif/config/commit/2517177579e8a9034a5ea0cc8e860192e9a3423d))
1863
1864
1865
1866## [0.2.7](https://github.com/oclif/config/compare/v0.2.6...v0.2.7) (2018-02-01)
1867
1868
1869### Bug Fixes
1870
1871* added default and options ([3d2ccad](https://github.com/oclif/config/commit/3d2ccada558abe13725987e318e13e578afedf0e))
1872* updated parser ([c0ab463](https://github.com/oclif/config/commit/c0ab4630926ed8c12d53489d9b2f8a80e09e9406))
1873
1874
1875
1876## [0.2.6](https://github.com/oclif/config/compare/v0.2.5...v0.2.6) (2018-02-01)
1877
1878
1879### Bug Fixes
1880
1881* set flags/args to parser types ([f2344a8](https://github.com/oclif/config/commit/f2344a8a43797c57c708949d1540d8ffc4b4827f))
1882
1883
1884
1885## [0.2.5](https://github.com/oclif/config/compare/v0.2.4...v0.2.5) (2018-02-01)
1886
1887
1888### Bug Fixes
1889
1890* add helpValue to flag ([f83696d](https://github.com/oclif/config/commit/f83696dad08f34cb6d8f1cb2c7030428d71094c3))
1891
1892
1893
1894## [0.2.4](https://github.com/oclif/config/compare/v0.2.3...v0.2.4) (2018-02-01)
1895
1896
1897### Bug Fixes
1898
1899* added pluginScope ([171f36c](https://github.com/oclif/config/commit/171f36cd86f3283d38830d45619eb131fccf3b47))
1900
1901
1902
1903## [0.2.3](https://github.com/oclif/config/compare/v0.2.2...v0.2.3) (2018-01-31)
1904
1905
1906### Bug Fixes
1907
1908* make config required in constructor only ([78124f7](https://github.com/oclif/config/commit/78124f79744379e135ed89bb0d3817a4e0625a75))
1909
1910
1911
1912## [0.2.2](https://github.com/oclif/config/compare/v0.2.1...v0.2.2) (2018-01-31)
1913
1914
1915### Bug Fixes
1916
1917* typescript 2.7 ([582a9d8](https://github.com/oclif/config/commit/582a9d895b5a5f98ce176bad03358c0ac53e35db))
1918
1919
1920
1921## [0.2.1](https://github.com/oclif/config/compare/v0.2.0...v0.2.1) (2018-01-31)
1922
1923
1924### Bug Fixes
1925
1926* add title + description to pjson ([ddfe082](https://github.com/oclif/config/commit/ddfe0820820162a770c5d995077cf709047e57b9))
1927
1928
1929
1930# [0.2.0](https://github.com/oclif/config/compare/v0.1.41...v0.2.0) (2018-01-31)
1931
1932
1933### Features
1934
1935* added devPlugins ([cc4ce54](https://github.com/oclif/config/commit/cc4ce54f6e6b8d56d67404a20bc2d3efca9978c1))
1936
1937
1938
1939## [0.1.41](https://github.com/oclif/config/compare/v0.1.40...v0.1.41) (2018-01-31)
1940
1941
1942### Bug Fixes
1943
1944* anycli rename ([72eb874](https://github.com/oclif/config/commit/72eb874ea199daa1ead7286d9dcc5e7613e333af))
1945* testing release ([461cbe2](https://github.com/oclif/config/commit/461cbe2cb6b6fee96db6ab5dc15d64f6ca747d80))
1946
1947
1948
1949## [0.1.40](https://github.com/oclif/config/compare/v0.1.39...v0.1.40) (2018-01-30)
1950
1951
1952### Bug Fixes
1953
1954* assume engine is always on config ([8d02f30](https://github.com/oclif/config/commit/8d02f3004ad9a874603f83708a1c204a14a21982))
1955
1956
1957
1958## [0.1.39](https://github.com/oclif/config/compare/v0.1.38...v0.1.39) (2018-01-30)
1959
1960
1961### Bug Fixes
1962
1963* new help properties ([ccefcc1](https://github.com/oclif/config/commit/ccefcc13f480691ae9b66bae458681240578b2ba))
1964* yarn.lock ([c07c7cb](https://github.com/oclif/config/commit/c07c7cbadf9e91477f17ff657326cac7892f1794))
1965
1966
1967
1968## [0.1.38](https://github.com/oclif/config/compare/v0.1.37...v0.1.38) (2018-01-29)
1969
1970
1971### Bug Fixes
1972
1973* ran generator ([4353260](https://github.com/oclif/config/commit/4353260d5bffcb1a56047c6dc1515182f4113b69))
1974
1975
1976
1977## [0.1.37](https://github.com/oclif/config/compare/v0.1.36...v0.1.37) (2018-01-29)
1978
1979
1980### Bug Fixes
1981
1982* have engine take config instead of root ([23e3516](https://github.com/oclif/config/commit/23e351699ccdaaf6c681adfdbcf80480b92d30a7))
1983
1984
1985
1986## [0.1.36](https://github.com/oclif/config/compare/v0.1.35...v0.1.36) (2018-01-29)
1987
1988
1989### Bug Fixes
1990
1991* add topics ([155cb83](https://github.com/oclif/config/commit/155cb837f04861f3b2a454d5aaab009d7e5e1516))
1992
1993
1994
1995## [0.1.35](https://github.com/oclif/config/compare/v0.1.34...v0.1.35) (2018-01-29)
1996
1997
1998### Bug Fixes
1999
2000* remove plugin module ([7e41f35](https://github.com/oclif/config/commit/7e41f3579d1fa8b79d8ec7ddb9e613e62ce65959))
2001
2002
2003
2004## [0.1.34](https://github.com/oclif/config/compare/v0.1.33...v0.1.34) (2018-01-29)
2005
2006
2007### Bug Fixes
2008
2009* add a legacy flag ([4281658](https://github.com/oclif/config/commit/4281658713fdcd584c657d8fa81ef51c0b563ab7))
2010
2011
2012
2013## [0.1.33](https://github.com/oclif/config/compare/v0.1.32...v0.1.33) (2018-01-28)
2014
2015
2016### Bug Fixes
2017
2018* added extra help properties ([39effe2](https://github.com/oclif/config/commit/39effe2d16c46c113e6cff3fcc33bad3094bfba9))
2019
2020
2021
2022## [0.1.32](https://github.com/oclif/config/compare/v0.1.31...v0.1.32) (2018-01-28)
2023
2024
2025### Bug Fixes
2026
2027* TS loading improvements ([fcae462](https://github.com/oclif/config/commit/fcae462f59a1da436e1dd1dd8ff06acb43d43425))
2028
2029
2030
2031## [0.1.31](https://github.com/oclif/config/compare/v0.1.30...v0.1.31) (2018-01-28)
2032
2033
2034### Bug Fixes
2035
2036* move TS loading to loader ([abe2e56](https://github.com/oclif/config/commit/abe2e56b59a6e2dd8bbd41b47f2c776a39d06665))
2037* updated dev deps ([ca632a8](https://github.com/oclif/config/commit/ca632a8735758c47ad9d89cf70058ba40506fb3c))
2038
2039
2040
2041## [0.1.30](https://github.com/oclif/config/compare/v0.1.29...v0.1.30) (2018-01-28)
2042
2043
2044### Bug Fixes
2045
2046* use pluginName instead ([4b04c5b](https://github.com/oclif/config/commit/4b04c5bc1f461a6b05318ef7d648b48eed1ced39))
2047
2048
2049
2050## [0.1.29](https://github.com/oclif/config/compare/v0.1.28...v0.1.29) (2018-01-28)
2051
2052
2053### Bug Fixes
2054
2055* limit plugin types required ([309482e](https://github.com/oclif/config/commit/309482eabb1073f793a403d2b3bdc02133149fad))
2056
2057
2058
2059## [0.1.28](https://github.com/oclif/config/compare/v0.1.27...v0.1.28) (2018-01-28)
2060
2061
2062### Bug Fixes
2063
2064* ran generator ([22193c7](https://github.com/oclif/config/commit/22193c79b8914fc47aed289b32526969d228427d))
2065
2066
2067
2068## [0.1.27](https://github.com/oclif/config/compare/v0.1.26...v0.1.27) (2018-01-28)
2069
2070
2071### Bug Fixes
2072
2073* add convertToCached ([08edbb4](https://github.com/oclif/config/commit/08edbb462f38350191b3e5e31ab7ef3a0a0616d5))
2074
2075
2076
2077## [0.1.26](https://github.com/oclif/config/compare/v0.1.25...v0.1.26) (2018-01-26)
2078
2079
2080### Bug Fixes
2081
2082* make tag optional ([bf61f99](https://github.com/oclif/config/commit/bf61f99dcd9b7ad32e58517946cd6093e0ac597e))
2083
2084
2085
2086## [0.1.25](https://github.com/oclif/config/compare/v0.1.24...v0.1.25) (2018-01-26)
2087
2088
2089### Bug Fixes
2090
2091* added plugin attributes ([10fde6f](https://github.com/oclif/config/commit/10fde6fa379d922b0b80a5555cc8fa8944fe9553))
2092
2093
2094
2095## [0.1.24](https://github.com/oclif/config/compare/v0.1.23...v0.1.24) (2018-01-25)
2096
2097
2098### Bug Fixes
2099
2100* use rootDirs not rootDir ([dcba41b](https://github.com/oclif/config/commit/dcba41b9f76aab4411e09ca49a0e48cd31997bd5))
2101
2102
2103
2104## [0.1.23](https://github.com/oclif/config/compare/v0.1.22...v0.1.23) (2018-01-25)
2105
2106
2107### Bug Fixes
2108
2109* ran generator ([e7359f3](https://github.com/oclif/config/commit/e7359f353f3a3f0a5bc478e4ca84355826226377))
2110
2111
2112
2113## [0.1.22](https://github.com/oclif/config/compare/v0.1.21...v0.1.22) (2018-01-25)
2114
2115
2116### Bug Fixes
2117
2118* remove hook return ([3e51df7](https://github.com/oclif/config/commit/3e51df796048bffe8dd37f2bee664267d3497e1a))
2119
2120
2121
2122## [0.1.21](https://github.com/oclif/config/compare/v0.1.20...v0.1.21) (2018-01-20)
2123
2124
2125### Bug Fixes
2126
2127* added command_not_found hook ([a5db89e](https://github.com/oclif/config/commit/a5db89e9960864eebdf8f325f1b2ef1edb224f6c))
2128* use CLIConfig in hooks ([4c6862a](https://github.com/oclif/config/commit/4c6862a1d29ae9af826fcdbd18cf9461833db57e))
2129
2130
2131
2132## [0.1.20](https://github.com/oclif/config/compare/v0.1.19...v0.1.20) (2018-01-20)
2133
2134
2135### Bug Fixes
2136
2137* plugin type ([c3ab7a3](https://github.com/oclif/config/commit/c3ab7a3060b82edd1c190c166bfe1cca8a6850b0))
2138
2139
2140
2141## [0.1.19](https://github.com/oclif/config/compare/v0.1.18...v0.1.19) (2018-01-20)
2142
2143
2144### Bug Fixes
2145
2146* updated plugin properties ([df26a0c](https://github.com/oclif/config/commit/df26a0c82f88068d95569d69bf30dca5d2d3eca6))
2147
2148
2149
2150## [0.1.18](https://github.com/oclif/config/compare/v0.1.17...v0.1.18) (2018-01-20)
2151
2152
2153### Bug Fixes
2154
2155* add engine properties ([9ef015d](https://github.com/oclif/config/commit/9ef015d1f4eac31c1d0b93a4961ab10031bfad85))
2156
2157
2158
2159## [0.1.17](https://github.com/oclif/config/compare/v0.1.16...v0.1.17) (2018-01-19)
2160
2161
2162### Bug Fixes
2163
2164* default root to parent path ([48e8261](https://github.com/oclif/config/commit/48e82615a3bf91f6881db17dac361ea1f3cdb375))
2165
2166
2167
2168## [0.1.16](https://github.com/oclif/config/compare/v0.1.15...v0.1.16) (2018-01-19)
2169
2170
2171### Bug Fixes
2172
2173* do not require opts to read ([dcf4907](https://github.com/oclif/config/commit/dcf4907c718f2b37cbca90506c3a93e5b1bf2d11))
2174
2175
2176
2177## [0.1.15](https://github.com/oclif/config/compare/v0.1.14...v0.1.15) (2018-01-19)
2178
2179
2180### Bug Fixes
2181
2182* added hook options ([5dfdca6](https://github.com/oclif/config/commit/5dfdca64bb6fee5cbb7b1676be0e7737e7ea6172))
2183
2184
2185
2186## [0.1.14](https://github.com/oclif/config/compare/v0.1.13...v0.1.14) (2018-01-19)
2187
2188
2189### Bug Fixes
2190
2191* yarn upgrade ([04b60fd](https://github.com/oclif/config/commit/04b60fd01f177f9c260b839abf965e17ab908bb0))
2192
2193
2194
2195## [0.1.13](https://github.com/oclif/config/compare/v0.1.12...v0.1.13) (2018-01-19)
2196
2197
2198### Bug Fixes
2199
2200* make compatible with @dxcli/command ([3ac9c6d](https://github.com/oclif/config/commit/3ac9c6dc3a59660274cbcdf5781f4134907931e4))
2201
2202
2203
2204## [0.1.12](https://github.com/oclif/config/compare/v0.1.11...v0.1.12) (2018-01-19)
2205
2206
2207### Bug Fixes
2208
2209* rename base ([84ad569](https://github.com/oclif/config/commit/84ad569ac30a3094d214b03b87f3d40e5a7aead6))
2210
2211
2212
2213## [0.1.11](https://github.com/oclif/config/compare/v0.1.10...v0.1.11) (2018-01-19)
2214
2215
2216### Bug Fixes
2217
2218* added source map ([c9ad4f0](https://github.com/oclif/config/commit/c9ad4f0014bcec248a16a402354583719b0f5f2e))
2219* always include id ([abc3740](https://github.com/oclif/config/commit/abc374074f5c5fc63431e150526f116784e03084))
2220
2221
2222
2223## [0.1.10](https://github.com/oclif/config/compare/v0.1.9...v0.1.10) (2018-01-19)
2224
2225
2226### Bug Fixes
2227
2228* added load function ([0b1031a](https://github.com/oclif/config/commit/0b1031a0283390764c2dcd8834b39c55b0e6e3aa))
2229
2230
2231
2232## [0.1.9](https://github.com/oclif/config/compare/v0.1.8...v0.1.9) (2018-01-19)
2233
2234
2235### Bug Fixes
2236
2237* added baseConfig ([34da228](https://github.com/oclif/config/commit/34da22829da621ee93741089f694f1b5956a5859))
2238
2239
2240
2241## [0.1.8](https://github.com/oclif/config/compare/v0.1.7...v0.1.8) (2018-01-19)
2242
2243
2244### Bug Fixes
2245
2246* simplify loading ([875eff9](https://github.com/oclif/config/commit/875eff90c2f41b87bfbab6e855af0431ed948280))
2247
2248
2249
2250## [0.1.7](https://github.com/oclif/config/compare/v0.1.6...v0.1.7) (2018-01-19)
2251
2252
2253### Bug Fixes
2254
2255* do not require engine ([937f136](https://github.com/oclif/config/commit/937f136c627f8bac4e1c4dde0fac667ae8f86c84))
2256
2257
2258
2259## [0.1.6](https://github.com/oclif/config/compare/v0.1.5...v0.1.6) (2018-01-19)
2260
2261
2262### Bug Fixes
2263
2264* remove cli-ux ([590169b](https://github.com/oclif/config/commit/590169baa7d6b8a5dae8e6594762cfbb857d8af8))
2265
2266
2267
2268## [0.1.5](https://github.com/oclif/config/compare/v0.1.4...v0.1.5) (2018-01-18)
2269
2270
2271### Bug Fixes
2272
2273* add root to config ([ad1ca73](https://github.com/oclif/config/commit/ad1ca73e0e44eff363766ae87d6972f0910a16ba))
2274
2275
2276
2277## [0.1.4](https://github.com/oclif/config/compare/v0.1.3...v0.1.4) (2018-01-17)
2278
2279
2280### Bug Fixes
2281
2282* engine type updates ([c4e104d](https://github.com/oclif/config/commit/c4e104d688ca7de531f2d38d35da8a45a88b05c5))
2283
2284
2285
2286## [0.1.3](https://github.com/oclif/config/compare/v0.1.2...v0.1.3) (2018-01-17)
2287
2288
2289### Bug Fixes
2290
2291* set debug ([1f35564](https://github.com/oclif/config/commit/1f35564567a9507c0676076a7d34937b62ee0108))
2292
2293
2294
2295## [0.1.2](https://github.com/oclif/config/compare/v0.1.1...v0.1.2) (2018-01-17)
2296
2297
2298### Bug Fixes
2299
2300* needed changes for loader ([6418f12](https://github.com/oclif/config/commit/6418f12d311c1986643392817d786a02e72509d9))
2301
2302
2303
2304## [0.1.1](https://github.com/oclif/config/compare/v0.1.0...v0.1.1) (2018-01-16)
2305
2306
2307### Bug Fixes
2308
2309* add isIConfig checker ([b0e6b37](https://github.com/oclif/config/commit/b0e6b372140c1a80a7b2401504e03020b470562a))
2310
2311
2312
2313# [0.1.0](https://github.com/oclif/config/compare/v0.0.0...v0.1.0) (2018-01-16)
2314
2315
2316### Features
2317
2318* added base config object ([0e9824c](https://github.com/oclif/config/commit/0e9824cbdac42a5710ae8c64c19f2d16f0d16a61))
2319
2320
2321
2322# 0.0.0 (2018-01-13)