Skip to content

Commit

Permalink
Release v2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Apr 29, 2017
1 parent 279162f commit 319f19a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# ember-cli Changelog

### 2.12.3

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

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

#### Community Contributions

- [#6986](https://github.com/ember-cli/ember-cli/pull/6986) Revert nopt dependency update [@calderas](https://github.com/calderas)

Thank you to all who took the time to contribute!


### 2.12.2

The following changes are required if you are upgrading from the previous
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli",
"version": "2.12.2",
"version": "2.12.3",
"description": "Command line tool for developing ambitious ember.js apps",
"keywords": [
"app",
Expand Down

0 comments on commit 319f19a

Please sign in to comment.