Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jul 11, 2017
1 parent 4b4c8f7 commit 948d179
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## v2.0.0-beta.1 (2017-07-10)

#### :boom: Breaking Change
* [#19](https://github.com/ember-cli/ember-cli-uglify/pull/19) Update "package.json" file and remove Node 0.12 support. ([@Turbo87](https://github.com/Turbo87))
* [#17](https://github.com/ember-cli/ember-cli-uglify/pull/17) Update "broccoli-uglify-sourcemap" to v2.0.0-beta.1. ([@Turbo87](https://github.com/Turbo87))
* [#15](https://github.com/ember-cli/ember-cli-uglify/pull/15) Remove Node 0.10 support. ([@greenkeeperio-bot](https://github.com/greenkeeperio-bot))

#### :memo: Documentation
* [#18](https://github.com/ember-cli/ember-cli-uglify/pull/18) Update README. ([@Turbo87](https://github.com/Turbo87))


## v1.2.0 (2015-06-07)

#### :house: Internal
* [#2](https://github.com/ember-cli/ember-cli-uglify/pull/2) Update package.json. ([@kategengler](https://github.com/kategengler))
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
},
"changelog": {
"repo": "ember-cli/ember-cli-uglify",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
},
"ember-addon": {
"before": "broccoli-asset-rev"
}
Expand Down

0 comments on commit 948d179

Please sign in to comment.