|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.14.1 (08/12/2017) |
| 4 | +*No changelog for this release.* |
| 5 | + |
| 6 | +--- |
| 7 | + |
| 8 | +## v0.14.0 (08/12/2017) |
| 9 | + |
| 10 | +#### Enhancements: |
| 11 | + |
| 12 | +- [#108](https://github.com/github-tools/github-release-notes/issues/108) Create a silent mode |
| 13 | +- [#83](https://github.com/github-tools/github-release-notes/issues/83) Create module initialisation panel |
| 14 | + |
| 15 | +#### Bug Fixes: |
| 16 | + |
| 17 | +- [#122](https://github.com/github-tools/github-release-notes/issues/122) Fix git configuration from `https` |
| 18 | +- [#119](https://github.com/github-tools/github-release-notes/issues/119) Tags `all` takes a lot to exit the task |
| 19 | + |
| 20 | +--- |
| 21 | + |
| 22 | +## v0.13.1 (06/12/2017) |
| 23 | + |
| 24 | +#### Bug Fixes: |
| 25 | + |
| 26 | +- [#110](https://github.com/github-tools/github-release-notes/issues/110) Configuration file not used with "gren release", but works with "gren changelog" |
| 27 | + |
| 28 | +--- |
| 29 | + |
| 30 | +## v0.13.0 (26/10/2017) |
| 31 | + |
| 32 | +#### Enhancements: |
| 33 | + |
| 34 | +- [#102](https://github.com/github-tools/github-release-notes/issues/102) Create a better log |
| 35 | +- [#96](https://github.com/github-tools/github-release-notes/issues/96) Translate Promises to async, await |
| 36 | +- [#93](https://github.com/github-tools/github-release-notes/issues/93) Add Pull Requests as data-source option |
| 37 | +- [#92](https://github.com/github-tools/github-release-notes/issues/92) Ignore tags with a certain string |
| 38 | +- [#84](https://github.com/github-tools/github-release-notes/issues/84) Ignore commits with keywords |
| 39 | + |
| 40 | +#### Bug Fixes: |
| 41 | + |
| 42 | +- [#109](https://github.com/github-tools/github-release-notes/issues/109) Babel Runtime is missing |
| 43 | + |
| 44 | +--- |
| 45 | + |
3 | 46 | ## v0.12.1 (14/10/2017) |
4 | 47 | *No changelog for this release.* |
5 | 48 |
|
|
16 | 59 |
|
17 | 60 | ## v0.11.0 (13/10/2017) |
18 | 61 |
|
19 | | -#### Framework Enhancements: |
| 62 | +#### Enhancements: |
20 | 63 |
|
21 | 64 | - [#69](https://github.com/github-tools/github-release-notes/issues/69) Remove the releases limit |
22 | 65 |
|
|
36 | 79 |
|
37 | 80 | ## v0.10.0 (08/10/2017) |
38 | 81 |
|
39 | | -#### Framework Enhancements: |
| 82 | +#### Enhancements: |
40 | 83 |
|
41 | 84 | - [#81](https://github.com/github-tools/github-release-notes/issues/81) Swap Grunt with Gulp |
42 | 85 | - [#80](https://github.com/github-tools/github-release-notes/issues/80) `gren --help` quietly does stuff |
|
54 | 97 |
|
55 | 98 | ## v0.9.0 (17/05/2017) |
56 | 99 |
|
57 | | -#### Framework Enhancements: |
| 100 | +#### Enhancements: |
58 | 101 |
|
59 | 102 | - [#74](https://github.com/github-tools/github-release-notes/issues/74) Support GitHub Enterprise |
60 | 103 | - [#67](https://github.com/github-tools/github-release-notes/issues/67) Use milestones to create release notes |
|
71 | 114 |
|
72 | 115 | ## v0.8.0 (11/04/2017) |
73 | 116 |
|
74 | | -#### Framework Enhancements: |
| 117 | +#### Enhancements: |
75 | 118 |
|
76 | 119 | - [#64](https://github.com/github-tools/github-release-notes/issues/64) Get the options with an external npm tool |
77 | 120 | - [#61](https://github.com/github-tools/github-release-notes/issues/61) Rework the Changelog generator function |
|
97 | 140 |
|
98 | 141 | ## v0.7.0 (16/03/2017) |
99 | 142 |
|
100 | | -#### Framework Enhancements: |
| 143 | +#### Enhancements: |
101 | 144 |
|
102 | 145 | - [#53](https://github.com/github-tools/github-release-notes/issues/53) Allow functions as template values |
103 | 146 | - [#50](https://github.com/github-tools/github-release-notes/issues/50) Add GIF in readme.md file |
|
112 | 155 |
|
113 | 156 | ## v0.5.0 (14/03/2017) |
114 | 157 |
|
115 | | -#### Framework Enhancements: |
| 158 | +#### Enhancements: |
116 | 159 |
|
117 | 160 | - [#20](https://github.com/github-tools/github-release-notes/issues/20) Specify which tag to build |
118 | 161 | - [#18](https://github.com/github-tools/github-release-notes/issues/18) Create global version of the module |
|
132 | 175 |
|
133 | 176 | ## v0.6.1 (14/03/2017) |
134 | 177 |
|
135 | | -#### Framework Enhancements: |
| 178 | +#### Enhancements: |
136 | 179 |
|
137 | 180 | - [#39](https://github.com/github-tools/github-release-notes/issues/39) Use different files type for configuration |
138 | 181 |
|
|
160 | 203 |
|
161 | 204 | ## v0.4.0 (14/03/2017) |
162 | 205 |
|
163 | | -#### Framework Enhancements: |
| 206 | +#### Enhancements: |
164 | 207 |
|
165 | 208 | - [#5](https://github.com/github-tools/github-release-notes/issues/5) Include various types of commit messages |
166 | 209 |
|
167 | 210 | --- |
168 | 211 |
|
169 | 212 | ## v0.6.0 (14/03/2017) |
170 | 213 |
|
171 | | -#### Framework Enhancements: |
| 214 | +#### Enhancements: |
172 | 215 |
|
173 | 216 | - [#32](https://github.com/github-tools/github-release-notes/issues/32) Unwrap github-api promises |
174 | 217 | - [#26](https://github.com/github-tools/github-release-notes/issues/26) Use external config file |
|
210 | 253 |
|
211 | 254 | ## v0.2.0 (26/09/2016) |
212 | 255 |
|
213 | | -#### Framework Enhancements: |
| 256 | +#### Enhancements: |
214 | 257 |
|
215 | 258 | - [#3](https://github.com/github-tools/github-release-notes/issues/3) Cleanse option |
216 | 259 |
|
217 | 260 | --- |
218 | 261 |
|
219 | 262 | ## v0.1.0 (12/11/2015) |
220 | | -_No changelog for this release._ |
| 263 | +*No changelog for this release.* |
0 commit comments