Skip to content

Commit 8d8c591

Browse files
authored
Merge pull request #225 from Turbo87/changelog
Update Changelog
2 parents 5846faf + 19f5225 commit 8d8c591

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,70 @@
11
# Changelog
22

3+
## v6.14.1 (2018-05-26)
4+
5+
#### :bug: Bug Fix
6+
* [#224](https://github.com/babel/ember-cli-babel/pull/224) Fix presets array bug. ([@twokul](https://github.com/twokul))
7+
8+
#### Committers: 1
9+
- Alex Navasardyan ([twokul](https://github.com/twokul))
10+
11+
12+
## v6.14.0 (2018-05-25)
13+
14+
#### :rocket: Enhancement
15+
* [#222](https://github.com/babel/ember-cli-babel/pull/222) Add throwUnlessParallelizable. ([@stefanpenner](https://github.com/stefanpenner))
16+
17+
#### Committers: 1
18+
- Stefan Penner ([stefanpenner](https://github.com/stefanpenner))
19+
20+
21+
## v6.13.0 (2018-05-25)
22+
23+
#### :boom: Breaking Change
24+
* [#223](https://github.com/babel/ember-cli-babel/pull/223) Drop Node 4 support; Avoid eagerly requiring plugins and presets. ([@mikrostew](https://github.com/mikrostew))
25+
26+
#### :rocket: Enhancement
27+
* [#220](https://github.com/babel/ember-cli-babel/pull/220) upgrade deps. ([@stefanpenner](https://github.com/stefanpenner))
28+
* [#217](https://github.com/babel/ember-cli-babel/pull/217) Bumps `broccoli-funnel` version. ([@Bartheleway](https://github.com/Bartheleway))
29+
30+
#### :house: Internal
31+
* [#221](https://github.com/babel/ember-cli-babel/pull/221) Convert `ember-source-channel-url` to dev dependency. ([@stefanpenner](https://github.com/stefanpenner))
32+
* [#219](https://github.com/babel/ember-cli-babel/pull/219) Use ES6 method syntax. ([@stefanpenner](https://github.com/stefanpenner))
33+
* [#209](https://github.com/babel/ember-cli-babel/pull/209) CI: Add missing `skip_cleanup` flag. ([@Turbo87](https://github.com/Turbo87))
34+
35+
#### Committers: 4
36+
- Barthélemy Laurans ([Bartheleway](https://github.com/Bartheleway))
37+
- Michael Stewart ([mikrostew](https://github.com/mikrostew))
38+
- Stefan Penner ([stefanpenner](https://github.com/stefanpenner))
39+
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
40+
41+
42+
## v6.12.0 (2018-02-27)
43+
44+
#### :rocket: Enhancement
45+
* [#204](https://github.com/babel/ember-cli-babel/pull/204) add a no-op optimization. ([@kellyselden](https://github.com/kellyselden))
46+
47+
#### :house: Internal
48+
* [#199](https://github.com/babel/ember-cli-babel/pull/199) Remove redundant check for targets. ([@astronomersiva](https://github.com/astronomersiva))
49+
50+
#### Committers: 2
51+
- Kelly Selden ([kellyselden](https://github.com/kellyselden))
52+
- Sivasubramanyam A ([astronomersiva](https://github.com/astronomersiva))
53+
54+
55+
## v6.11.0 (2017-12-15)
56+
57+
#### :rocket: Enhancement
58+
* [#197](https://github.com/babel/ember-cli-babel/pull/197) Update babel-plugin-ember-modules-api-polyfill to 2.3.0.. ([@rwjblue](https://github.com/rwjblue))
59+
60+
#### :memo: Documentation
61+
* [#194](https://github.com/babel/ember-cli-babel/pull/194) Fix link. ([@jevanlingen](https://github.com/jevanlingen))
62+
63+
#### Committers: 2
64+
- Jacob van Lingen ([jevanlingen](https://github.com/jevanlingen))
65+
- Robert Jackson ([rwjblue](https://github.com/rwjblue))
66+
67+
368
## v6.10.0 (2017-11-20)
469

570
#### :rocket: Enhancement

0 commit comments

Comments
 (0)