UNPKG

1.88 kBMarkdownView Raw
1<a name="4.1.2"></a>
2## [4.1.2](https://github.com/ianwremmel/clark/compare/v4.1.1...v4.1.2) (2018-04-26)
3
4
5### Bug Fixes
6
7* **dependencies:** move tslib to normal dep ([1eaac43](https://github.com/ianwremmel/clark/commit/1eaac43))
8
9<a name="4.1.1"></a>
10## [4.1.1](https://github.com/ianwremmel/clark/compare/v4.1.0...v4.1.1) (2018-04-24)
11
12
13### Bug Fixes
14
15* **run:** inject -- only when appropriate ([036cba7](https://github.com/ianwremmel/clark/commit/036cba7)), closes [#120](https://github.com/ianwremmel/clark/issues/120)
16
17<a name="4.1.0"></a>
18# [4.1.0](https://github.com/ianwremmel/clark/compare/v4.0.1...v4.1.0) (2018-04-21)
19
20
21### Features
22
23* **run:** support arbitrary arguments ([a1dcce7](https://github.com/ianwremmel/clark/commit/a1dcce7)), closes [#82](https://github.com/ianwremmel/clark/issues/82)
24
25<a name="4.0.1"></a>
26## [4.0.1](https://github.com/ianwremmel/clark/compare/v4.0.0...v4.0.1) (2018-04-18)
27
28
29### Bug Fixes
30
31* **ci:** empty commit to retrigger semrel ([10f5b44](https://github.com/ianwremmel/clark/commit/10f5b44))
32
33<a name="4.0.0"></a>
34# [4.0.0](https://github.com/ianwremmel/clark/compare/v3.3.4...v4.0.0) (2018-04-18)
35
36
37### Bug Fixes
38
39* **bin:** identify bin file correctly ([e3342a2](https://github.com/ianwremmel/clark/commit/e3342a2))
40* **exec:** remove strict=false ([05b8854](https://github.com/ianwremmel/clark/commit/05b8854))
41* **oclif:** restore support for use local version ([20c9412](https://github.com/ianwremmel/clark/commit/20c9412))
42
43
44### Code Refactoring
45
46* **all:** start migrating to oclif ([a30755b](https://github.com/ianwremmel/clark/commit/a30755b))
47
48
49### Documentation
50
51* **readme:** remove old docs ([52e58a2](https://github.com/ianwremmel/clark/commit/52e58a2))
52
53
54### BREAKING CHANGES
55
56* **readme:** this documents how things work now that we've moved to
57oclif
58* **all:** this begins a series of commits that break everything