|
1 | 1 | ## v2.2.2 (2020-04-09) |
2 | 2 |
|
3 | | -* Merge pull request #760 from ember-fastboot/yarn-sync (ca9b2ea) |
4 | | -* Re-roll yarn.lock (0d7ce72) |
5 | | -* Merge pull request #757 from ember-fastboot/revert-755-greenkeeper/release-it-13.0.0 (94c2a6c) |
6 | | -* Revert "Update release-it to the latest version 🚀" (1340196) |
7 | | -* Merge pull request #752 from zonkyio/fastboot-config (2458159) |
8 | | -* Add FastBoot configuration section into README (40b6634) |
9 | | -* Update based on review (1f6c8c2) |
10 | | -* Merge pull request #755 from ember-fastboot/greenkeeper/release-it-13.0.0 (715c5b1) |
11 | | -* Merge pull request #720 from ember-fastboot/greenkeeper/eslint-plugin-ember-7.0.0 (8e10913) |
12 | | -* chore(package): update lockfile yarn.lock (5fa71f5) |
13 | | -* chore(package): update release-it to version 13.0.0 (c48a612) |
14 | | -* Add support for custom configuration (12e121c) |
15 | | -* Re-roll yarn.lock. (#738) (6a5d6c6) |
16 | | -* Re-roll yarn.lock. (60b5eaa) |
17 | | -* Merge pull request #737 from dnalagatla/dnalagatla/fix-custom-app-build (808479b) |
18 | | -* Fix custom app build issue #730 (9ad8446) |
19 | | -* fix typo in property name isFastboot -> isFastBoot (#728) (dea2f93) |
20 | | -* fix typo in property name isFastboot -> isFastBoot (afadb85) |
21 | | -* chore(package): update eslint-plugin-ember to version 7.0.0 (66f56c1) |
| 3 | +#### :rocket: Enhancement |
| 4 | +* [#752](https://github.com/ember-fastboot/ember-cli-fastboot/pull/752) Add support for custom configuration ([@bobisjan](https://github.com/bobisjan)) |
| 5 | + |
| 6 | +#### :bug: Bug Fix |
| 7 | +* [#737](https://github.com/ember-fastboot/ember-cli-fastboot/pull/737) Fix custom app build issue #730 ([@dnalagatla](https://github.com/dnalagatla)) |
| 8 | + |
| 9 | +#### :memo: Documentation |
| 10 | +* [#728](https://github.com/ember-fastboot/ember-cli-fastboot/pull/728) fix typo in property name isFastboot -> isFastBoot ([@jelhan](https://github.com/jelhan)) |
| 11 | + |
| 12 | +#### :house: Internal |
| 13 | +* [#760](https://github.com/ember-fastboot/ember-cli-fastboot/pull/760) Re-roll yarn.lock ([@kratiahuja](https://github.com/kratiahuja)) |
| 14 | +* [#738](https://github.com/ember-fastboot/ember-cli-fastboot/pull/738) Re-roll yarn.lock. ([@rwjblue](https://github.com/rwjblue)) |
| 15 | + |
| 16 | +#### Committers: 5 |
| 17 | +- Dinesh Nalagatla ([@dnalagatla](https://github.com/dnalagatla)) |
| 18 | +- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) |
| 19 | +- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan)) |
| 20 | +- Krati Ahuja ([@kratiahuja](https://github.com/kratiahuja)) |
| 21 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
22 | 22 |
|
23 | 23 |
|
24 | 24 | ## v2.2.1 (2019-09-11) |
25 | 25 |
|
26 | | -* move cheerio from devDependency to dependency |
27 | | -* move broccoli-file-creator from devDependency to dependency |
| 26 | +#### :bug: Bug Fix |
| 27 | +* [#725](https://github.com/ember-fastboot/ember-cli-fastboot/pull/725) cheerio is used outside of tests so must be a dependency ([@stefanpenner](https://github.com/stefanpenner)) |
28 | 28 |
|
29 | 29 | ## v2.2.0 (2019-09-10) |
30 | 30 |
|
|
0 commit comments