Skip to content

Commit

Permalink
Release v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twokul committed Jul 15, 2016
1 parent dc4474c commit f62a008
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# ember-cli Changelog

### 2.6.3

The following changes are required if you are upgrading from the previous
version:

- Users
+ Upgrade your project's ember-cli version - [docs](http://ember-cli.com/user-guide/#upgrading)
- Addon Developers
+ [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v2.6.2...v2.6.3)
+ Upgrade your project's ember-cli version - [docs](http://ember-cli.com/user-guide/#upgrading)
- Core Contributors
+ No changes required

#### Community Contributions

- [#6068](https://github.com/ember-cli/ember-cli/pull/6068) Allow more then 10 exit handlers [@nathanhammond](https://github.com/nathanhammond)

Thank you to all who took the time to contribute!

### 2.6.2

The following changes are required if you are upgrading from the previous
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli",
"version": "2.6.2",
"version": "2.6.3",
"main": "lib/cli/index.js",
"description": "Command line tool for developing ambitious ember.js apps",
"trackingCode": "UA-49225444-1",
Expand Down

0 comments on commit f62a008

Please sign in to comment.