Skip to content

Commit

Permalink
1.13.12 release`
Browse files Browse the repository at this point in the history
  • Loading branch information
twokul committed Nov 12, 2015
1 parent da1d2e8 commit e9520c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ember-cli Changelog

### 1.13.11
### 1.13.12

The following changes are required if you are upgrading from the previous
version:
Expand All @@ -10,7 +10,7 @@ version:
+ default Ember.js version is now at `1.13.10`
+ default Ember Data version is now at `1.13.14`
+ Upgrade your project's ember-cli version - [docs](http://www.ember-cli.com/user-guide/#upgrading)
+ [`ember new` diff](https://github.com/twokul/ember-cli-release-notes/commit/2f2fc1d9b0151f24046f12f8adf82e6626926e9f)
+ [`ember new` diff](https://github.com/twokul/ember-cli-release-notes/commit/1cee41eb91bf7c534917fdd4cd42a1cd1a481c75)
- Addon Developers
+ [`ember addon` diff](https://github.com/twokul/ember-cli-release-notes/commit/733bb1a30d7ec5ef7f8d6fc021c052633ae66bb3)
- Core Contributors
Expand All @@ -22,10 +22,8 @@ version:
- [#4756](https://github.com/ember-cli/ember-cli/pull/4756) Discard runCommand stdout/stderr unless we have a test failure [@joliss](https://github.com/joliss)
- [#4753](https://github.com/ember-cli/ember-cli/pull/4753) Upgraded ember-cli-app-version to 1.0.0 [@ember-cli](https://github.com/ember-cli)
- [#4235](https://github.com/ember-cli/ember-cli/pull/4235) Reintroduce comment regarding bodyParser on http-mock [@joostdevries](https://github.com/joostdevries)
- [#4656](https://github.com/ember-cli/ember-cli/pull/4656) Replace ember-cli-ic-ajax in favour of ember-ajax [@taras](https://github.com/taras)
- [#4728](https://github.com/ember-cli/ember-cli/pull/4728) Revert "Do not pack ember-cli-build.js" [@ember-cli](https://github.com/ember-cli)
- [#4846](https://github.com/ember-cli/ember-cli/pull/4846) Update ember-cli-htmlbars-inline-precompile dependency [@joliss](https://github.com/joliss)
- [#4777](https://github.com/ember-cli/ember-cli/pull/4777) Use addon version of ember-resolver. [@rwjblue](https://github.com/rwjblue)
- [#4757](https://github.com/ember-cli/ember-cli/pull/4757) Remove last use of broccoli-writer in test suite [@joliss](https://github.com/joliss)
- [#4765](https://github.com/ember-cli/ember-cli/pull/4765) Fix typo Brocolli → Broccoli [@lancedikson](https://github.com/lancedikson)
- [#4770](https://github.com/ember-cli/ember-cli/pull/4770) Updates configstore [@twokul](https://github.com/twokul)
Expand Down
2 changes: 1 addition & 1 deletion blueprints/app/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ember-cli-dependency-checker": "^1.1.0",
"ember-cli-htmlbars": "^1.0.1",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-ic-ajax": "0.2.1",
"ember-cli-ic-ajax": "0.2.4",
"ember-cli-inject-live-reload": "^1.3.1",
"ember-cli-qunit": "^1.0.4",
"ember-cli-release": "0.2.8",
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": "1.13.11",
"version": "1.13.12",
"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 e9520c4

Please sign in to comment.