Skip to content

Commit b1c3098

Browse files
committed
Update Changelog
1 parent bf0934c commit b1c3098

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v2.2.0 (2018-05-28)
4+
5+
#### :rocket: Enhancement
6+
* [#70](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/70) Replace unmaintained `uglify-es` with `terser`. ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### :memo: Documentation
9+
* [#66](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/66) Update changelog (Closes [#65](https://github.com/ember-cli/broccoli-uglify-sourcemap/issues/65)). ([@mikrostew](https://github.com/mikrostew))
10+
11+
#### :house: Internal
12+
* [#71](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/71) Cleanup code and add ESLint checks. ([@Turbo87](https://github.com/Turbo87))
13+
14+
#### Committers: 2
15+
- Michael Stewart ([mikrostew](https://github.com/mikrostew))
16+
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
17+
18+
319
## v2.1.1 (2018-03-27)
420

521
#### :bug: Bug Fix
@@ -8,14 +24,33 @@
824
#### Committers: 1
925
- Michael Stewart ([mikrostew](https://github.com/mikrostew))
1026

27+
1128
## v2.1.0 (2018-03-27)
1229

1330
#### :rocket: Enhancement
1431
* [#63](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/63) Run uglify in parallel, using a workerpool. ([@mikrostew](https://github.com/mikrostew))
1532

16-
#### Committers: 1
33+
#### :memo: Documentation
34+
* [#62](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/62) Fix a comment typo. ([@ealter](https://github.com/ealter))
35+
36+
#### Committers: 2
37+
- Eliot Alter ([ealter](https://github.com/ealter))
1738
- Michael Stewart ([mikrostew](https://github.com/mikrostew))
1839

40+
41+
## v2.0.2 (2018-01-11)
42+
43+
#### :bug: Bug Fix
44+
* [#59](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/59) Do not try to access `length` of minified code if minification failed. ([@kmoe](https://github.com/kmoe))
45+
46+
#### :memo: Documentation
47+
* [#56](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/56) Fix CHANGELOG. ([@Turbo87](https://github.com/Turbo87))
48+
49+
#### Committers: 2
50+
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
51+
- [kmoe](https://github.com/kmoe)
52+
53+
1954
## v2.0.1 (2017-11-16)
2055

2156
#### :bug: Bug Fix
@@ -24,6 +59,7 @@
2459
#### Committers: 1
2560
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
2661

62+
2763
## v2.0.0 (2017-10-03)
2864

2965
#### :rocket: Enhancement

0 commit comments

Comments
 (0)